public interface Filter<M,A,Self extends TApp<M,A,Self>>
| Modifier and Type | Method and Description |
|---|---|
TApp<M,A,Self> |
filter(java.util.function.Predicate<? super A> predicate)
Method called when the current data must be filtered using a given predicate.
|
Copyright © 2017. All rights reserved.