Uses of Interface
com.github.tadukoo.util.functional.predicate.ThrowingPredicate9
Packages that use ThrowingPredicate9
Package
Description
Contains Functional interfaces for Predicates that are not present in default Java.
-
Uses of ThrowingPredicate9 in com.github.tadukoo.util.functional.predicate
Methods in com.github.tadukoo.util.functional.predicate that return ThrowingPredicate9Modifier and TypeMethodDescriptionThrowingPredicate9.and
(ThrowingPredicate9<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I, ? extends T> other) Creates a ThrowingPredicate9 that will test the arguments with this ThrowingPredicate9 and with the given ThrowingPredicate9, returning true only if both results are true.ThrowingPredicate9.negate()
Creates a ThrowingPredicate9 that will return the opposite result of this ThrowingPredicate9.ThrowingPredicate9.or
(ThrowingPredicate9<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I, ? extends T> other) Creates a ThrowingPredicate9 that will test the arguments with this ThrowingPredicate9 and with the given ThrowingPredicate9, returning true if either result is true.Methods in com.github.tadukoo.util.functional.predicate with parameters of type ThrowingPredicate9Modifier and TypeMethodDescriptionThrowingPredicate9.and
(ThrowingPredicate9<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I, ? extends T> other) Creates a ThrowingPredicate9 that will test the arguments with this ThrowingPredicate9 and with the given ThrowingPredicate9, returning true only if both results are true.ThrowingPredicate9.or
(ThrowingPredicate9<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I, ? extends T> other) Creates a ThrowingPredicate9 that will test the arguments with this ThrowingPredicate9 and with the given ThrowingPredicate9, returning true if either result is true.