Package one.util.streamex
Class VersionSpecific
java.lang.Object
one.util.streamex.VersionSpecific
- Direct Known Subclasses:
Java9Specific
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) <T,
S extends AbstractStreamEx<T, S>>
ScallWhile
(AbstractStreamEx<T, S> stream, Predicate<? super T> predicate, boolean drop) (package private) DoubleStreamEx
callWhile
(DoubleStreamEx stream, DoublePredicate predicate, boolean drop) (package private) IntStreamEx
callWhile
(IntStreamEx stream, IntPredicate predicate, boolean drop) (package private) LongStreamEx
callWhile
(LongStreamEx stream, LongPredicate predicate, boolean drop) (package private) IntStream
ofChars
(CharSequence seq)
-
Constructor Details
-
VersionSpecific
VersionSpecific()
-
-
Method Details
-
callWhile
<T,S extends AbstractStreamEx<T, S callWhileS>> (AbstractStreamEx<T, S> stream, Predicate<? super T> predicate, boolean drop) -
callWhile
-
callWhile
-
callWhile
-
ofChars
-