@FunctionalInterface
@API(value=Internal)
public interface Filter<T>
Clients should not implement this interface directly but rather one of its subinterfaces.
DiscoveryFilter| Modifier and Type | Method and Description |
|---|---|
FilterResult |
filter(T object) |
default java.util.function.Predicate<T> |
toPredicate() |
FilterResult filter(T object)
default java.util.function.Predicate<T> toPredicate()