Uses of Interface
org.jooq.lambda.fi.util.function.CheckedDoubleConsumer
-
Packages that use CheckedDoubleConsumer 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 CheckedDoubleConsumer in org.jooq.lambda
Methods in org.jooq.lambda with parameters of type CheckedDoubleConsumer Modifier and Type Method Description static java.util.function.DoubleConsumerSneaky. doubleConsumer(CheckedDoubleConsumer consumer)Wrap aCheckedDoubleConsumerin aDoubleConsumer.static java.util.function.DoubleConsumerUnchecked. doubleConsumer(CheckedDoubleConsumer consumer)Wrap aCheckedDoubleConsumerin aDoubleConsumer.static java.util.function.DoubleConsumerUnchecked. doubleConsumer(CheckedDoubleConsumer consumer, java.util.function.Consumer<java.lang.Throwable> handler)Wrap aCheckedDoubleConsumerin aDoubleConsumerwith a custom handler for checked exceptions. -
Uses of CheckedDoubleConsumer in org.jooq.lambda.fi.util.function
Methods in org.jooq.lambda.fi.util.function with parameters of type CheckedDoubleConsumer Modifier and Type Method Description static java.util.function.DoubleConsumerCheckedDoubleConsumer. sneaky(CheckedDoubleConsumer consumer)static java.util.function.DoubleConsumerCheckedDoubleConsumer. unchecked(CheckedDoubleConsumer consumer)static java.util.function.DoubleConsumerCheckedDoubleConsumer. unchecked(CheckedDoubleConsumer consumer, java.util.function.Consumer<java.lang.Throwable> handler)
-