@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
test
default boolean test(Tuple3<T1,T2,T3> tuple3)
java.util.function.Predicate<Tuple3<T1,T2,T3>>
Copyright © 2021. All rights reserved.