Class FilterOperation<S>

java.lang.Object
org.infinispan.stream.impl.intops.object.FilterOperation<S>
Type Parameters:
S - the type in the stream
All Implemented Interfaces:
IntermediateOperation<S,Stream<S>,S,Stream<S>>

public class FilterOperation<S> extends Object implements IntermediateOperation<S,Stream<S>,S,Stream<S>>
Performs filter operation on a regular Stream
  • Constructor Details

    • FilterOperation

      public FilterOperation(Predicate<? super S> predicate)
  • Method Details