@FunctionalInterface public interface XPredicate<T,X extends Exception>
Predicate| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T t)
Performs this operation on the given argument and returns a
boolean result. |
Copyright © 2021. All rights reserved.