Uses of Interface
net.anwiba.commons.lang.functional.ICloseable
-
Packages that use ICloseable Package Description net.anwiba.commons.lang.functional net.anwiba.commons.lang.stream -
-
Uses of ICloseable in net.anwiba.commons.lang.functional
Subinterfaces of ICloseable in net.anwiba.commons.lang.functional Modifier and Type Interface Description interfaceIClosableIterator<T,E extends java.lang.Exception>interfaceICloseableConsumer<I,O,E extends java.lang.Exception>interfaceIWatcher -
Uses of ICloseable in net.anwiba.commons.lang.stream
Subinterfaces of ICloseable in net.anwiba.commons.lang.stream Modifier and Type Interface Description interfaceIStream<T,E extends java.lang.Exception>Classes in net.anwiba.commons.lang.stream that implement ICloseable Modifier and Type Class Description classFailedStream<T,E extends java.lang.Exception>Methods in net.anwiba.commons.lang.stream with parameters of type ICloseable Modifier and Type Method Description static <T,E extends java.lang.Exception>
IStream<T,E>Streams. of(java.lang.Class<E> exceptionClass, java.lang.Iterable<T> input, ICloseable<E> closeable)static <T,E extends java.lang.Exception>
IStream<T,E>Streams. of(java.lang.Class<E> exceptionClass, IIterable<T,E> input, ICloseable<E> closeable)
-