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