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