Package | Description |
---|---|
org.apache.commons.lang3.function |
Provides functional interfaces to complement those in
java.lang.function and utilities for working with Java
8 lambdas. |
Modifier and Type | Field and Description |
---|---|
static FailableIntPredicate |
FailableIntPredicate.FALSE
FALSE singleton
|
static FailableIntPredicate |
FailableIntPredicate.TRUE
TRUE singleton
|
Modifier and Type | Method and Description |
---|---|
default FailableIntPredicate<E> |
FailableIntPredicate.and(FailableIntPredicate<E> other)
Returns a composed
FailableIntPredicate like IntPredicate.and(IntPredicate) . |
static <E extends Throwable> |
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 composed
FailableIntPredicate like IntPredicate.and(IntPredicate) . |
static <E extends Throwable> |
FailableIntPredicate.truePredicate()
Returns The FALSE TRUE.
|
Modifier and Type | Method and Description |
---|---|
default FailableIntPredicate<E> |
FailableIntPredicate.and(FailableIntPredicate<E> other)
Returns a composed
FailableIntPredicate like IntPredicate.and(IntPredicate) . |
default FailableIntPredicate<E> |
FailableIntPredicate.or(FailableIntPredicate<E> other)
Returns a composed
FailableIntPredicate like IntPredicate.and(IntPredicate) . |
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.