Uses of Interface
net.anwiba.commons.lang.functional.IClosableIterator
Packages that use IClosableIterator
-
Uses of IClosableIterator in net.anwiba.commons.lang.functional
Methods in net.anwiba.commons.lang.functional that return IClosableIteratorModifier and TypeMethodDescriptionstatic <T,E extends Exception>
IClosableIterator<T,E> IClosableIterator.empty()static <T,E extends Exception>
IClosableIterator<T,E> static <T> IClosableIterator<T,RuntimeException> -
Uses of IClosableIterator in net.anwiba.commons.lang.stream
Methods in net.anwiba.commons.lang.stream with parameters of type IClosableIteratorModifier and TypeMethodDescriptionStreams.of(Class<E> exceptionClass, IClosableIterator<T, E> input) static <T> IStream<T,RuntimeException> Streams.of(IClosableIterator<T, RuntimeException> input)