Uses of Package
com.github.tadukoo.util.functional.predicate
Package
Description
Contains Functional interfaces for Predicates that are not present in default Java.
-
ClassDescriptionA predicate that takes ten arguments, returns a boolean, and may throw a
Throwable
.A better version of Java'sBiPredicate
interface that allows for the predicates to throw whateverThrowable
is specified.A predicate that takes three arguments, returns a boolean, and may throw aThrowable
.A predicate that takes four arguments, returns a boolean, and may throw aThrowable
.A predicate that takes five arguments, returns a boolean, and may throw aThrowable
.A predicate that takes six arguments, returns a boolean, and may throw aThrowable
.A predicate that takes seven arguments, returns a boolean, and may throw aThrowable
.A predicate that takes eight arguments, returns a boolean, and may throw aThrowable
.A predicate that takes nine arguments, returns a boolean, and may throw aThrowable
.