@FunctionalInterface public static interface UncheckedFunctions.EPredicate<T>
boolean
test(T value)
boolean test(T value) throws java.lang.Exception
java.lang.Exception