public class MapToObjIntOperation<R> extends Object implements IntermediateOperation<Integer,IntStream,R,Stream<R>>
IntStream
Constructor and Description |
---|
MapToObjIntOperation(IntFunction<? extends R> function) |
Modifier and Type | Method and Description |
---|---|
IntFunction<? extends R> |
getFunction() |
Stream<R> |
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 MapToObjIntOperation(IntFunction<? extends R> function)
public Stream<R> perform(IntStream stream)
IntermediateOperation
public IntFunction<? extends R> getFunction()
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.