@FunctionalInterface public interface CheckedPredicate<T> extends Serializable
boolean
test(T t)
boolean test(T t) throws Throwable
t
true
false
Throwable
Copyright © 2024. All rights reserved.