Uses of Interface
org.apache.commons.lang3.function.FailableIntUnaryOperator
Package
Description
Provides functional interfaces to complement those in
java.lang.function
and utilities for working with Java
8 lambdas.-
Uses of FailableIntUnaryOperator in org.apache.commons.lang3.function
Modifier and TypeFieldDescriptionstatic final FailableIntUnaryOperator
FailableIntUnaryOperator.NOP
NOP singletonModifier and TypeMethodDescriptiondefault FailableIntUnaryOperator<E>
FailableIntUnaryOperator.andThen
(FailableIntUnaryOperator<E> after) Returns a composedFailableDoubleUnaryOperator
likeIntUnaryOperator.andThen(IntUnaryOperator)
.default FailableIntUnaryOperator<E>
FailableIntUnaryOperator.compose
(FailableIntUnaryOperator<E> before) Returns a composedFailableIntUnaryOperator
likeIntUnaryOperator.compose(IntUnaryOperator)
.static <E extends Throwable>
FailableIntUnaryOperator<E>FailableIntUnaryOperator.identity()
Returns a unary operator that always returns its input argument.static <E extends Throwable>
FailableIntUnaryOperator<E>FailableIntUnaryOperator.nop()
Returns The NOP singleton.Modifier and TypeMethodDescriptiondefault FailableIntUnaryOperator<E>
FailableIntUnaryOperator.andThen
(FailableIntUnaryOperator<E> after) Returns a composedFailableDoubleUnaryOperator
likeIntUnaryOperator.andThen(IntUnaryOperator)
.default FailableIntUnaryOperator<E>
FailableIntUnaryOperator.compose
(FailableIntUnaryOperator<E> before) Returns a composedFailableIntUnaryOperator
likeIntUnaryOperator.compose(IntUnaryOperator)
.