Uses of Class
one.util.streamex.AbstractStreamEx
-
Uses of AbstractStreamEx in one.util.streamex
Classes in one.util.streamex with type parameters of type AbstractStreamExModifier and TypeClassDescriptionclassAbstractStreamEx<T, S extends AbstractStreamEx<T,S>> Base class providing common functionality forStreamExandEntryStream.Subclasses of AbstractStreamEx in one.util.streamexModifier and TypeClassDescriptionfinal classEntryStream<K,V> final classStreamEx<T>AStreamimplementation with additional functionality.Methods in one.util.streamex with type parameters of type AbstractStreamExModifier and TypeMethodDescription(package private) <T, S extends AbstractStreamEx<T,S>>
SVersionSpecific.callWhile(AbstractStreamEx<T, S> stream, Predicate<? super T> predicate, boolean drop) Methods in one.util.streamex with parameters of type AbstractStreamExModifier and TypeMethodDescription(package private) <T,R> StreamEx <R> VersionSpecific.callMapMulti(AbstractStreamEx<T, ?> s, BiConsumer<? super T, ? super Consumer<R>> mapper) (package private) <T> DoubleStreamExVersionSpecific.callMapMultiToDouble(AbstractStreamEx<T, ?> s, BiConsumer<? super T, ? super DoubleConsumer> mapper) (package private) <T> IntStreamExVersionSpecific.callMapMultiToInt(AbstractStreamEx<T, ?> s, BiConsumer<? super T, ? super IntConsumer> mapper) (package private) <T> LongStreamExVersionSpecific.callMapMultiToLong(AbstractStreamEx<T, ?> s, BiConsumer<? super T, ? super LongConsumer> mapper) (package private) <T, S extends AbstractStreamEx<T,S>>
SVersionSpecific.callWhile(AbstractStreamEx<T, S> stream, Predicate<? super T> predicate, boolean drop)