| Constructor and Description |
|---|
FlatMapIntOperation(IntFunction<? extends IntStream> function) |
| Modifier and Type | Method and Description |
|---|---|
IntFunction<? extends IntStream> |
getFunction() |
IntStream |
perform(IntStream stream)
Performs the actualy intermediate operation returning the resulting stream
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleInjectionpublic FlatMapIntOperation(IntFunction<? extends IntStream> function)
public IntStream perform(IntStream stream)
IntermediateOperationpublic IntFunction<? extends IntStream> getFunction()
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.