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 TypeClassDescriptionclass
AbstractStreamEx<T,
S extends AbstractStreamEx<T, S>> Base class providing common functionality forStreamEx
andEntryStream
.Subclasses of AbstractStreamEx in one.util.streamexModifier and TypeClassDescriptionfinal class
EntryStream<K,
V> final class
StreamEx<T>
AStream
implementation 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> DoubleStreamEx
VersionSpecific.callMapMultiToDouble
(AbstractStreamEx<T, ?> s, BiConsumer<? super T, ? super DoubleConsumer> mapper) (package private) <T> IntStreamEx
VersionSpecific.callMapMultiToInt
(AbstractStreamEx<T, ?> s, BiConsumer<? super T, ? super IntConsumer> mapper) (package private) <T> LongStreamEx
VersionSpecific.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)