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