Uses of Interface
org.apache.commons.lang3.function.FailableLongUnaryOperator
Packages that use FailableLongUnaryOperator
Package
Description
Provides functional interfaces to complement those in 
java.lang.function and utilities for working with Java
 8 lambdas.- 
Uses of FailableLongUnaryOperator in org.apache.commons.lang3.functionFields in org.apache.commons.lang3.function declared as FailableLongUnaryOperatorModifier and TypeFieldDescriptionstatic final FailableLongUnaryOperatorFailableLongUnaryOperator.NOPNOP singletonMethods in org.apache.commons.lang3.function that return FailableLongUnaryOperatorModifier and TypeMethodDescriptiondefault FailableLongUnaryOperator<E>FailableLongUnaryOperator.andThen(FailableLongUnaryOperator<E> after) Returns a composedFailableDoubleUnaryOperatorlikeLongUnaryOperator.andThen(LongUnaryOperator).default FailableLongUnaryOperator<E>FailableLongUnaryOperator.compose(FailableLongUnaryOperator<E> before) Returns a composedFailableLongUnaryOperatorlikeLongUnaryOperator.compose(LongUnaryOperator).static <E extends Throwable>
 FailableLongUnaryOperator<E>FailableLongUnaryOperator.identity()Returns a unary operator that always returns its input argument.static <E extends Throwable>
 FailableLongUnaryOperator<E>FailableLongUnaryOperator.nop()Returns The NOP singleton.Methods in org.apache.commons.lang3.function with parameters of type FailableLongUnaryOperatorModifier and TypeMethodDescriptiondefault FailableLongUnaryOperator<E>FailableLongUnaryOperator.andThen(FailableLongUnaryOperator<E> after) Returns a composedFailableDoubleUnaryOperatorlikeLongUnaryOperator.andThen(LongUnaryOperator).default FailableLongUnaryOperator<E>FailableLongUnaryOperator.compose(FailableLongUnaryOperator<E> before) Returns a composedFailableLongUnaryOperatorlikeLongUnaryOperator.compose(LongUnaryOperator).