Index

A C J 
All Classes and Interfaces|All Packages

A

AutoCloseFactory - Interface in com.speedment.jpastreamer.autoclose
 

C

com.speedment.jpastreamer.autoclose - package com.speedment.jpastreamer.autoclose
 
createAutoCloseDoubleStream(DoubleStream) - Method in interface com.speedment.jpastreamer.autoclose.AutoCloseFactory
Creates and returns a new wrapped DoubleStream that will call its BaseStream.close() method automatically after a terminating operation has been called.
createAutoCloseIntStream(IntStream) - Method in interface com.speedment.jpastreamer.autoclose.AutoCloseFactory
Creates and returns a new wrapped IntStream that will call its BaseStream.close() method automatically after a terminating operation has been called.
createAutoCloseLongStream(LongStream) - Method in interface com.speedment.jpastreamer.autoclose.AutoCloseFactory
Creates and returns a new wrapped LongStream that will call its BaseStream.close() method automatically after a terminating operation has been called.
createAutoCloseStream(Stream<T>) - Method in interface com.speedment.jpastreamer.autoclose.AutoCloseFactory
Creates and returns a new wrapped Stream that will call its BaseStream.close() method automatically after a terminating operation has been called.

J

jpastreamer.autoclose - module jpastreamer.autoclose
 
A C J 
All Classes and Interfaces|All Packages