public class FlatMapLongOperation extends Object implements IntermediateOperation<Long,LongStream,Long,LongStream>
LongStream
Constructor and Description |
---|
FlatMapLongOperation(LongFunction<? extends LongStream> function) |
Modifier and Type | Method and Description |
---|---|
LongFunction<? extends LongStream> |
getFunction() |
LongStream |
perform(LongStream stream)
Performs the actualy intermediate operation returning the resulting stream
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleInjection
public FlatMapLongOperation(LongFunction<? extends LongStream> function)
public LongStream perform(LongStream stream)
IntermediateOperation
perform
in interface IntermediateOperation<Long,LongStream,Long,LongStream>
stream
- the stream to have the operation performed onpublic LongFunction<? extends LongStream> getFunction()
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.