Uses of Interface
net.anwiba.commons.lang.stream.IStream
Packages that use IStream
Package
Description
-
Uses of IStream in net.anwiba.commons.lang.collection
Methods in net.anwiba.commons.lang.collection that return IStreamModifier and TypeMethodDescriptionAbstractObjectCollection.stream()default IStream<T,RuntimeException> IObjectCollection.stream()default IStream<T,RuntimeException> IObjectList.stream()default IStream<T,RuntimeException> IObjectListProvider.stream() -
Uses of IStream in net.anwiba.commons.lang.functional
Methods in net.anwiba.commons.lang.functional that return IStream -
Uses of IStream in net.anwiba.commons.lang.parameter
Methods in net.anwiba.commons.lang.parameter that return IStreamModifier and TypeMethodDescriptiondefault IStream<IParameter,RuntimeException> IParameters.stream() -
Uses of IStream in net.anwiba.commons.lang.stream
Classes in net.anwiba.commons.lang.stream that implement IStreamMethods in net.anwiba.commons.lang.stream that return IStreamModifier and TypeMethodDescriptionFailedStream.convert(IAggregator<Integer, T, O, E> aggregator) FailedStream.convert(IConverter<T, O, E> funtion) IStream.convert(IAggregator<Integer, T, O, E> aggregator) IStream.convert(IConverter<T, O, E> funtion) FailedStream.distinct()IStream.distinct()FailedStream.flat(IConverter<T, Iterable<O>, E> funtion) IStream.flat(IConverter<T, Iterable<O>, E> funtion) FailedStream.foreach(int initial, IIntAssimilator<T, E> assimilator) FailedStream.foreach(IAssimilator<Integer, T, E> assimilator) IStream.foreach(int initial, IIntAssimilator<T, E> assimilator) IStream.foreach(IAssimilator<Integer, T, E> assimilator) FailedStream.instanceOf(Class<O> clazz) IStream.instanceOf(Class<O> clazz) FailedStream.notNull()IStream.notNull()static <T> IStream<T,RuntimeException> Streams.of()static IStream<Double,RuntimeException> Streams.of(double[] input) static IStream<Double,RuntimeException> Streams.of(float[] input) static IStream<Integer,RuntimeException> Streams.of(int[] input) Streams.of(Class<E> exceptionClass, Iterable<T> input, ICloseable<E> closeable) Streams.of(Class<E> exceptionClass, Enumeration<T> input) Streams.of(Class<E> exceptionClass, IClosableIterator<T, E> input) Streams.of(Class<E> exceptionClass, IIterable<T, E> input, ICloseable<E> closeable) static <T> IStream<T,RuntimeException> static <T> IStream<T,RuntimeException> static <T> IStream<T,RuntimeException> Streams.of(Enumeration<T> input) static <T> IStream<T,RuntimeException> Streams.of(IClosableIterator<T, RuntimeException> input) static <T> IStream<T,RuntimeException> Streams.of(IIterable<T, RuntimeException> input) static <T> IStream<T,RuntimeException> Streams.of(T[] input) FailedStream.revert()IStream.revert()FailedStream.sort(Comparator<T> comparator) IStream.sort(Comparator<T> comparator) FailedStream.throwIfFailed()IStream.throwIfFailed()Streams.From.until(int value) static IStream<Integer,RuntimeException> Streams.until(int value)