Uses of Interface
org.jooq.lambda.fi.util.function.CheckedDoubleSupplier
-
Packages that use CheckedDoubleSupplier Package Description org.jooq.lambda This package contains useful extensions for interoperation with Java 8's lambda expressions andFunctionalInterfacetypes.org.jooq.lambda.fi.util.function This package contains duplicates of the JDK'sFunctionalInterfacetypes from thejava.util.functionpackage, allowing to throw checked Exceptions that can be handled inUnchecked. -
-
Uses of CheckedDoubleSupplier in org.jooq.lambda
Methods in org.jooq.lambda with parameters of type CheckedDoubleSupplier Modifier and Type Method Description static java.util.function.DoubleSupplierSneaky. doubleSupplier(CheckedDoubleSupplier supplier)Wrap aCheckedDoubleSupplierin aDoubleSupplier.static java.util.function.DoubleSupplierUnchecked. doubleSupplier(CheckedDoubleSupplier supplier)Wrap aCheckedDoubleSupplierin aDoubleSupplier.static java.util.function.DoubleSupplierUnchecked. doubleSupplier(CheckedDoubleSupplier supplier, java.util.function.Consumer<java.lang.Throwable> handler)Wrap aCheckedDoubleSupplierin aDoubleSupplierwith a custom handler for checked exceptions. -
Uses of CheckedDoubleSupplier in org.jooq.lambda.fi.util.function
Methods in org.jooq.lambda.fi.util.function with parameters of type CheckedDoubleSupplier Modifier and Type Method Description static java.util.function.DoubleSupplierCheckedDoubleSupplier. sneaky(CheckedDoubleSupplier supplier)static java.util.function.DoubleSupplierCheckedDoubleSupplier. unchecked(CheckedDoubleSupplier supplier)static java.util.function.DoubleSupplierCheckedDoubleSupplier. unchecked(CheckedDoubleSupplier supplier, java.util.function.Consumer<java.lang.Throwable> handler)
-