Uses of Interface
org.jooq.lambda.fi.util.function.CheckedIntUnaryOperator
Packages that use CheckedIntUnaryOperator
Package
Description
This package contains useful extensions for interoperation with Java 8's lambda expressions and
FunctionalInterface types.This package contains duplicates of the JDK's
FunctionalInterface types
from the java.util.function package, allowing to throw checked Exceptions
that can be handled in Unchecked.-
Uses of CheckedIntUnaryOperator in org.jooq.lambda
Methods in org.jooq.lambda with parameters of type CheckedIntUnaryOperatorModifier and TypeMethodDescriptionstatic IntUnaryOperatorSneaky.intUnaryOperator(CheckedIntUnaryOperator operator) Wrap aCheckedIntUnaryOperatorin aIntUnaryOperator.static IntUnaryOperatorUnchecked.intUnaryOperator(CheckedIntUnaryOperator operator) Wrap aCheckedIntUnaryOperatorin aIntUnaryOperator.static IntUnaryOperatorUnchecked.intUnaryOperator(CheckedIntUnaryOperator operator, Consumer<Throwable> handler) Wrap aCheckedIntUnaryOperatorin aIntUnaryOperatorwith a custom handler for checked exceptions. -
Uses of CheckedIntUnaryOperator in org.jooq.lambda.fi.util.function
Methods in org.jooq.lambda.fi.util.function with parameters of type CheckedIntUnaryOperatorModifier and TypeMethodDescriptionstatic IntUnaryOperatorCheckedIntUnaryOperator.sneaky(CheckedIntUnaryOperator operator) static IntUnaryOperatorCheckedIntUnaryOperator.unchecked(CheckedIntUnaryOperator operator) static IntUnaryOperatorCheckedIntUnaryOperator.unchecked(CheckedIntUnaryOperator operator, Consumer<Throwable> handler)