Package org.tquadrat.foundation.stream


@API(status=STABLE, since="0.1.0") 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.
  • Class
    Description
    A value combined with an index, indicating its position in an ordered sequence.
    A stream of Map.Entry<K,V>.
    A selector function takes an array of values and returns the respective array index for the selected value.
    Some useful implementations of the Selector interface.
    This class allows to intercept the calls to the methods of Stream.
    Utility class providing static methods for performing various operations on Streams.