Class CollectSpliterators.FlatMapSpliterator<InElementT,​OutElementT,​OutSpliteratorT extends java.util.Spliterator<OutElementT>>

  • Type Parameters:
    InElementT - the element type of the input spliterator
    OutElementT - the element type of the output spliterators
    OutSpliteratorT - the type of the output spliterators
    All Implemented Interfaces:
    java.util.Spliterator<OutElementT>
    Direct Known Subclasses:
    CollectSpliterators.FlatMapSpliteratorOfObject, CollectSpliterators.FlatMapSpliteratorOfPrimitive
    Enclosing class:
    CollectSpliterators

    abstract static class CollectSpliterators.FlatMapSpliterator<InElementT,​OutElementT,​OutSpliteratorT extends java.util.Spliterator<OutElementT>>
    extends java.lang.Object
    implements java.util.Spliterator<OutElementT>
    Implements the Stream#flatMap operation on spliterators.