I
- the type of the input streampublic class FlatMapToIntOperation<I> extends Object implements IntermediateOperation<I,Stream<I>,Integer,IntStream>
Stream
Constructor and Description |
---|
FlatMapToIntOperation(Function<? super I,? extends IntStream> function) |
Modifier and Type | Method and Description |
---|---|
Function<? super I,? extends IntStream> |
getFunction() |
IntStream |
perform(Stream<I> stream)
Performs the actualy intermediate operation returning the resulting stream
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleInjection
public IntStream perform(Stream<I> stream)
IntermediateOperation
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.