Uses of Package
org.tquadrat.foundation.stream.internal
Packages that use org.tquadrat.foundation.stream.internal
Package
Description
The internal classes for the stream extensions.
-
Classes in org.tquadrat.foundation.stream.internal used by org.tquadrat.foundation.stream.internalClassDescriptionAn implementation of
Spliterator
that skips elements on the stream that do not match the provided condition.An implementation ofSpliterator
that takes elements from a stream while the givenPredicate
returnstrue
.An implementation ofSpliterator
that which takes a seed value and applies a generator to create the next value, feeding each new value back into the generator to create subsequent values.