Uses of Interface
org.jooq.lambda.fi.lang.CheckedRunnable
Packages that use CheckedRunnable
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.lang package, allowing to throw checked Exceptions
that can be handled in Unchecked.-
Uses of CheckedRunnable in org.jooq.lambda
Methods in org.jooq.lambda with parameters of type CheckedRunnableModifier and TypeMethodDescriptionstatic RunnableSneaky.runnable(CheckedRunnable runnable) Wrap aCheckedRunnablein aRunnable.static RunnableUnchecked.runnable(CheckedRunnable runnable) Wrap aCheckedRunnablein aRunnable.static RunnableUnchecked.runnable(CheckedRunnable runnable, Consumer<Throwable> handler) Wrap aCheckedRunnablein aRunnablewith a custom handler for checked exceptions. -
Uses of CheckedRunnable in org.jooq.lambda.fi.lang
Methods in org.jooq.lambda.fi.lang with parameters of type CheckedRunnableModifier and TypeMethodDescriptionstatic RunnableCheckedRunnable.sneaky(CheckedRunnable runnable) static RunnableCheckedRunnable.unchecked(CheckedRunnable runnable) static RunnableCheckedRunnable.unchecked(CheckedRunnable runnable, Consumer<Throwable> handler)