Uses of Class
org.tquadrat.foundation.stream.internal.TakeWhileSpliterator
Packages that use TakeWhileSpliterator
Package
Description
The internal classes for the stream extensions.
-
Uses of TakeWhileSpliterator in org.tquadrat.foundation.stream.internal
Methods in org.tquadrat.foundation.stream.internal that return TakeWhileSpliteratorModifier and TypeMethodDescriptionstatic final <T> TakeWhileSpliterator
<T> TakeWhileSpliterator.over
(Spliterator<T> source, Predicate<T> condition) Factory method for instances ofTakeWhileSpliterator
.