| Constructor and Description |
|---|
FilterIntOperation(IntPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
IntPredicate |
getPredicate() |
IntStream |
perform(IntStream stream)
Performs the actualy intermediate operation returning the resulting stream
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleInjectionpublic FilterIntOperation(IntPredicate predicate)
public IntStream perform(IntStream stream)
IntermediateOperationpublic IntPredicate getPredicate()
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.