T
@FunctionalInterface public interface Predicate<T>
boolean
test(T t)
boolean test(T t) throws Throwable
t
Throwable