@FunctionalInterface public interface TuplePredicate3<T1,T2,T3> extends java.util.function.Predicate<Tuple3<T1,T2,T3>>, Predicate3<T1,T2,T3>
default boolean
test(Tuple3<T1,T2,T3> tuple3)
and, isEqual, negate, or
$1, $2, $3, test
default boolean test(Tuple3<T1,T2,T3> tuple3)
test
java.util.function.Predicate<Tuple3<T1,T2,T3>>
Copyright © 2023. All rights reserved.