S
- the type in the streampublic class FilterOperation<S> extends Object implements IntermediateOperation<S,Stream<S>,S,Stream<S>>
Stream
Constructor and Description |
---|
FilterOperation(Predicate<? super S> predicate) |
Modifier and Type | Method and Description |
---|---|
Predicate<? super S> |
getPredicate() |
Stream<S> |
perform(Stream<S> stream)
Performs the actualy intermediate operation returning the resulting stream
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleInjection
public Stream<S> perform(Stream<S> stream)
IntermediateOperation
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.