Class ForEachLongOperation<Original,​K>

  • Type Parameters:
    Original - original stream type
    K - key type of the supplied stream
    All Implemented Interfaces:
    KeyTrackingTerminalOperation<Original,​K,​Long>, SegmentAwareOperation

    public class ForEachLongOperation<Original,​K>
    extends AbstractForEachLongOperation<Original,​K>
    Terminal rehash aware operation that handles for each where no flat map operations are defined on a LongStream. Note this means it is an implied map intermediate operation.