Uses of Interface
net.anwiba.commons.lang.functional.IClosableIterator
-
Packages that use IClosableIterator Package Description net.anwiba.commons.lang.stream -
-
Uses of IClosableIterator in net.anwiba.commons.lang.stream
Methods in net.anwiba.commons.lang.stream with parameters of type IClosableIterator Modifier and Type Method Description static <T,E extends java.lang.Exception>
IStream<T,E>Streams. of(java.lang.Class<E> exceptionClass, IClosableIterator<T,E> input)static <T> IStream<T,java.lang.RuntimeException>Streams. of(IClosableIterator<T,java.lang.RuntimeException> input)
-