Uses of Interface
org.apache.commons.lang3.function.FailableIntUnaryOperator
Packages that use 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
Fields in org.apache.commons.lang3.function declared as FailableIntUnaryOperatorModifier and TypeFieldDescriptionstatic final FailableIntUnaryOperator
FailableIntUnaryOperator.NOP
NOP singletonMethods in org.apache.commons.lang3.function that return FailableIntUnaryOperatorModifier 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()
Gets the NOP singleton.Methods in org.apache.commons.lang3.function with parameters of type FailableIntUnaryOperatorModifier 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)
.