@FunctionalInterface public interface TuplePredicate2<T1,T2> extends java.util.function.Predicate<Tuple2<T1,T2>>, Predicate2<T1,T2>, TupleFunctional
default boolean
test(Tuple2<T1,T2> tuple2)
and, isEqual, negate, or
test
consumer, consumer, function, function, function, function, function, predicate, predicate
default boolean test(Tuple2<T1,T2> tuple2)
java.util.function.Predicate<Tuple2<T1,T2>>
Copyright © 2021. All rights reserved.