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