T - public interface Filterable<T>
| Modifier and Type | Method and Description |
|---|---|
default Filterable<T> |
filter(java.util.function.Predicate<? super T> fn) |
java.lang.Object |
getFilterable() |
Filterable<T> |
withFilterable(T filter) |
default Filterable<T> filter(java.util.function.Predicate<? super T> fn)
Filterable<T> withFilterable(T filter)
java.lang.Object getFilterable()