Module org.tquadrat.foundation.base
Package org.tquadrat.foundation.stream
The code in this package was originally written by Dominic Fox and provided
in the package
com.codepoetics.protonpack
. It provides some stream
utilities that are missing in the Java libraries.-
ClassDescriptionIndexed<T>A value combined with an index, indicating its position in an ordered sequence.MapStream<K,
V> A stream ofMap.Entry<K,V>
.Selector<T>A selector function takes an array of values and returns the respective array index for the selected value.Some useful implementations of theSelector
interface.This class allows to intercept the calls to the methods ofStream
.Utility class providing static methods for performing various operations on Streams.