Uses of Interface
org.apache.commons.lang3.function.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
Modifier and TypeFieldDescriptionstatic final FailableIntPredicate
FailableIntPredicate.FALSE
FALSE singletonstatic final FailableIntPredicate
FailableIntPredicate.TRUE
TRUE singletonModifier 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.Modifier 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)
.