Uses of Interface
org.jooq.lambda.fi.util.function.CheckedObjDoubleConsumer
-
Packages that use CheckedObjDoubleConsumer 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 CheckedObjDoubleConsumer in org.jooq.lambda
Methods in org.jooq.lambda with parameters of type CheckedObjDoubleConsumer Modifier and Type Method Description static <T> java.util.function.ObjDoubleConsumer<T>Sneaky. objDoubleConsumer(CheckedObjDoubleConsumer<T> consumer)Wrap aCheckedObjDoubleConsumerin aObjDoubleConsumer.static <T> java.util.function.ObjDoubleConsumer<T>Unchecked. objDoubleConsumer(CheckedObjDoubleConsumer<T> consumer)Wrap aCheckedObjDoubleConsumerin aObjDoubleConsumer.static <T> java.util.function.ObjDoubleConsumer<T>Unchecked. objDoubleConsumer(CheckedObjDoubleConsumer<T> consumer, java.util.function.Consumer<java.lang.Throwable> handler)Wrap aCheckedObjDoubleConsumerin aObjDoubleConsumerwith a custom handler for checked exceptions. -
Uses of CheckedObjDoubleConsumer in org.jooq.lambda.fi.util.function
Methods in org.jooq.lambda.fi.util.function with parameters of type CheckedObjDoubleConsumer Modifier and Type Method Description static <T> java.util.function.ObjDoubleConsumer<T>CheckedObjDoubleConsumer. sneaky(CheckedObjDoubleConsumer<T> consumer)static <T> java.util.function.ObjDoubleConsumer<T>CheckedObjDoubleConsumer. unchecked(CheckedObjDoubleConsumer<T> consumer)static <T> java.util.function.ObjDoubleConsumer<T>CheckedObjDoubleConsumer. unchecked(CheckedObjDoubleConsumer<T> consumer, java.util.function.Consumer<java.lang.Throwable> handler)
-