Interface BiPredicateX<T,U>

Type Parameters:
T - 参数1的类型
U - 参数2的类型
All Superinterfaces:
BiPredicate<T,U>, Serializable
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 BiPredicateX<T,U> extends BiPredicate<T,U>, Serializable
可序列化的BiPredicate
Since:
Java 17+
Author:
Kimi Liu