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