T
@FunctionalInterface public interface AllowPolicy<T> extends java.util.function.Predicate<T>
boolean
isAllow(T t)
default boolean
test(T t)
and, isEqual, negate, or
boolean isAllow(T t)
t
default boolean test(T t)
test
java.util.function.Predicate<T>