Uses of Interface
org.apache.commons.lang3.function.FailableIntPredicate
Packages that use FailableIntPredicate
Package
Description
Provides functional interfaces to complement those in
java.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 FailableIntPredicateModifier and TypeFieldDescriptionstatic final FailableIntPredicate
FailableIntPredicate.FALSE
FALSE singletonstatic final FailableIntPredicate
FailableIntPredicate.TRUE
TRUE singletonMethods in org.apache.commons.lang3.function that return FailableIntPredicateModifier and TypeMethodDescriptiondefault FailableIntPredicate<E>
FailableIntPredicate.and
(FailableIntPredicate<E> other) Returns a composedFailableIntPredicate
likeIntPredicate.and(IntPredicate)
.static <E extends 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 Throwable>
FailableIntPredicate<E>FailableIntPredicate.truePredicate()
Returns The TRUE singleton.Methods in org.apache.commons.lang3.function with parameters of type FailableIntPredicateModifier and TypeMethodDescriptiondefault 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)
.