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 FailableIntUnaryOperator |
FailableIntUnaryOperator.NOP
NOP singleton
|
Modifier and Type | Method and Description |
---|---|
default FailableIntUnaryOperator<E> |
FailableIntUnaryOperator.andThen(FailableIntUnaryOperator<E> after)
Returns a composed
FailableDoubleUnaryOperator like IntUnaryOperator.andThen(IntUnaryOperator) . |
default FailableIntUnaryOperator<E> |
FailableIntUnaryOperator.compose(FailableIntUnaryOperator<E> before)
Returns a composed
FailableIntUnaryOperator like IntUnaryOperator.compose(IntUnaryOperator) . |
static <E extends Throwable> |
FailableIntUnaryOperator.identity()
Returns a unary operator that always returns its input argument.
|
static <E extends Throwable> |
FailableIntUnaryOperator.nop()
Returns The NOP singleton.
|
Modifier and Type | Method and Description |
---|---|
default FailableIntUnaryOperator<E> |
FailableIntUnaryOperator.andThen(FailableIntUnaryOperator<E> after)
Returns a composed
FailableDoubleUnaryOperator like IntUnaryOperator.andThen(IntUnaryOperator) . |
default FailableIntUnaryOperator<E> |
FailableIntUnaryOperator.compose(FailableIntUnaryOperator<E> before)
Returns a composed
FailableIntUnaryOperator like IntUnaryOperator.compose(IntUnaryOperator) . |
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.