Uses of Interface
com.github.tadukoo.util.functional.predicate.ThrowingPredicate3
Packages that use ThrowingPredicate3
Package
Description
Contains Functional interfaces for Predicates that are not present in default Java.
-
Uses of ThrowingPredicate3 in com.github.tadukoo.util.functional.predicate
Methods in com.github.tadukoo.util.functional.predicate that return ThrowingPredicate3Modifier and TypeMethodDescriptiondefault ThrowingPredicate3<A,
B, C, T> Creates a ThrowingPredicate3 that will test the arguments with this ThrowingPredicate3 and with the given ThrowingPredicate3, returning true only if both results are true.default ThrowingPredicate3<A,
B, C, T> ThrowingPredicate3.negate()
Creates a ThrowingPredicate3 that will return the opposite result of this ThrowingPredicate3.default ThrowingPredicate3<A,
B, C, T> Creates a ThrowingPredicate3 that will test the arguments with this ThrowingPredicate3 and with the given ThrowingPredicate3, returning true if either result is true.Methods in com.github.tadukoo.util.functional.predicate with parameters of type ThrowingPredicate3Modifier and TypeMethodDescriptiondefault ThrowingPredicate3<A,
B, C, T> Creates a ThrowingPredicate3 that will test the arguments with this ThrowingPredicate3 and with the given ThrowingPredicate3, returning true only if both results are true.default ThrowingPredicate3<A,
B, C, T> Creates a ThrowingPredicate3 that will test the arguments with this ThrowingPredicate3 and with the given ThrowingPredicate3, returning true if either result is true.