Uses of Interface
org.apache.commons.lang3.function.FailableIntPredicate
-
Packages that use FailableIntPredicate Package Description org.apache.commons.lang3.function Provides functional interfaces to complement those injava.lang.function
and utilities for working with Java 8 lambdas. -
-
Uses of FailableIntPredicate in org.apache.commons.lang3.function
Fields in org.apache.commons.lang3.function declared as FailableIntPredicate Modifier and Type Field Description static FailableIntPredicate
FailableIntPredicate. FALSE
FALSE singletonstatic FailableIntPredicate
FailableIntPredicate. TRUE
TRUE singletonMethods in org.apache.commons.lang3.function that return FailableIntPredicate Modifier and Type Method Description default FailableIntPredicate<E>
FailableIntPredicate. and(FailableIntPredicate<E> other)
Returns a composedFailableIntPredicate
likeIntPredicate.and(IntPredicate)
.static <E extends java.lang.Throwable>
FailableIntPredicate<E>FailableIntPredicate. falsePredicate()
Returns The FALSE singleton.default FailableIntPredicate<E>
FailableIntPredicate. negate()
Returns a predicate that negates this predicate.default FailableIntPredicate<E>
FailableIntPredicate. or(FailableIntPredicate<E> other)
Returns a composedFailableIntPredicate
likeIntPredicate.and(IntPredicate)
.static <E extends java.lang.Throwable>
FailableIntPredicate<E>FailableIntPredicate. truePredicate()
Returns The FALSE TRUE.Methods in org.apache.commons.lang3.function with parameters of type FailableIntPredicate Modifier and Type Method Description default FailableIntPredicate<E>
FailableIntPredicate. and(FailableIntPredicate<E> other)
Returns a composedFailableIntPredicate
likeIntPredicate.and(IntPredicate)
.default FailableIntPredicate<E>
FailableIntPredicate. or(FailableIntPredicate<E> other)
Returns a composedFailableIntPredicate
likeIntPredicate.and(IntPredicate)
.
-