Uses of Class
one.util.streamex.AbstractStreamEx
-
-
Uses of AbstractStreamEx in one.util.streamex
Classes in one.util.streamex with type parameters of type AbstractStreamEx Modifier and Type Class Description class
AbstractStreamEx<T,S extends AbstractStreamEx<T,S>>
Base class providing common functionality forStreamEx
andEntryStream
.Subclasses of AbstractStreamEx in one.util.streamex Modifier and Type Class Description class
EntryStream<K,V>
AStream
ofMap.Entry
objects which provides additional specific functionality.class
StreamEx<T>
AStream
implementation with additional functionality.Methods in one.util.streamex with type parameters of type AbstractStreamEx Modifier and Type Method Description (package private) <T,S extends AbstractStreamEx<T,S>>
SJava9Specific. callWhile(AbstractStreamEx<T,S> stream, java.util.function.Predicate<? super T> predicate, boolean drop)
(package private) <T,S extends AbstractStreamEx<T,S>>
SVersionSpecific. callWhile(AbstractStreamEx<T,S> stream, java.util.function.Predicate<? super T> predicate, boolean drop)
Methods in one.util.streamex with parameters of type AbstractStreamEx Modifier and Type Method Description (package private) <T,S extends AbstractStreamEx<T,S>>
SJava9Specific. callWhile(AbstractStreamEx<T,S> stream, java.util.function.Predicate<? super T> predicate, boolean drop)
(package private) <T,S extends AbstractStreamEx<T,S>>
SVersionSpecific. callWhile(AbstractStreamEx<T,S> stream, java.util.function.Predicate<? super T> predicate, boolean drop)
-