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

java.lang.Object
com.google.common.collect.CollectSpliterators.FlatMapSpliterator<InElementT,OutElementT,OutSpliteratorT>
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:
Spliterator<OutElementT>
Direct Known Subclasses:
CollectSpliterators.FlatMapSpliteratorOfObject, CollectSpliterators.FlatMapSpliteratorOfPrimitive
Enclosing class:
CollectSpliterators

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