public interface Filter<M,A,Self extends HK<M,A,Self>>
| Modifier and Type | Method and Description |
|---|---|
HK<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 © 2020. All rights reserved.