Interface PredicateX<T>

Type Parameters:
T - 参数类型
All Superinterfaces:
Predicate<T>, Serializable
All Known Implementing Classes:
BoundedRange
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface PredicateX<T> extends Predicate<T>, Serializable
可序列化的Predicate
Since:
Java 17+
Author:
Kimi Liu
See Also: