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