Package | Description |
---|---|
org.jooq.lambda |
This package contains useful extensions for interoperation with Java 8's lambda expressions and
FunctionalInterface types. |
org.jooq.lambda.exception | |
org.jooq.lambda.fi.lang |
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 . |
org.jooq.lambda.fi.util |
This package contains duplicates of the JDK's
FunctionalInterface types
from the java.util package, allowing to throw checked Exceptions
that can be handled in Unchecked . |
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 . |
org.jooq.lambda.fi.util.function |
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 . |
org.jooq.lambda.function |
This package contains function types of various degrees.
|
org.jooq.lambda.tuple |
This package contains tuple types of various degrees.
|
Copyright © 2018. All rights reserved.