Package com.google.common.collect
Interface CollectSpliterators.FlatMapSpliterator.Factory<InElementT,OutSpliteratorT extends Spliterator<?>>
- Enclosing class:
CollectSpliterators.FlatMapSpliterator<InElementT,
OutElementT, OutSpliteratorT extends Spliterator<OutElementT>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
static interface CollectSpliterators.FlatMapSpliterator.Factory<InElementT,OutSpliteratorT extends Spliterator<?>>
Factory for constructing
CollectSpliterators.FlatMapSpliterator
instances.-
Method Summary
Modifier and TypeMethodDescriptionnewFlatMapSpliterator
(OutSpliteratorT prefix, Spliterator<InElementT> fromSplit, Function<? super InElementT, OutSpliteratorT> function, int splitCharacteristics, long estSplitSize)
-
Method Details
-
newFlatMapSpliterator
OutSpliteratorT newFlatMapSpliterator(@CheckForNull OutSpliteratorT prefix, Spliterator<InElementT> fromSplit, Function<? super InElementT, OutSpliteratorT> function, int splitCharacteristics, long estSplitSize)
-