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