@FunctionalInterface public interface TuplePredicate3<T1,T2,T3> extends java.util.function.Predicate<Tuple3<T1,T2,T3>>, Predicate3<T1,T2,T3>, TupleFunctional
default boolean
test(Tuple3<T1,T2,T3> tuple3)
and, isEqual, negate, or
test
consumer, consumer, function, function, function, function, function, predicate, predicate
default boolean test(Tuple3<T1,T2,T3> tuple3)
java.util.function.Predicate<Tuple3<T1,T2,T3>>
Copyright © 2021. All rights reserved.