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