public class AsDoubleIntOperation extends Object implements IntermediateOperation<Integer,IntStream,Double,DoubleStream>
IntStream
Modifier and Type | Method and Description |
---|---|
static AsDoubleIntOperation |
getInstance() |
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 static AsDoubleIntOperation getInstance()
public DoubleStream perform(IntStream stream)
IntermediateOperation
perform
in interface IntermediateOperation<Integer,IntStream,Double,DoubleStream>
stream
- the stream to have the operation performed onCopyright © 2017 JBoss, a division of Red Hat. All rights reserved.