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
Spliteratorthat skips elements on the stream that do not match the provided condition.An implementation ofSpliteratorthat takes elements from a stream while the givenPredicatereturnstrue.An implementation ofSpliteratorthat 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.
