Constructor and Description |
---|
MapIntOperation(IntUnaryOperator operator) |
Modifier and Type | Method and Description |
---|---|
IntUnaryOperator |
getOperator() |
IntStream |
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 MapIntOperation(IntUnaryOperator operator)
public IntStream perform(IntStream stream)
IntermediateOperation
public IntUnaryOperator getOperator()
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.