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, waithandleInjectionpublic MapToObjIntOperation(IntFunction<? extends R> function)
public Stream<R> perform(IntStream stream)
IntermediateOperationpublic IntFunction<? extends R> getFunction()
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.