Module org.jooq.jool
Package org.jooq.lambda.fi.util.concurrent
This package contains duplicates of the JDK's
FunctionalInterface
types
from the java.util.concurrent
package, allowing to throw checked Exceptions
that can be handled in Unchecked
.-
Interface Summary Interface Description CheckedCallable<T> ACallable
that allows for checked exceptions.