Uses of Interface
org.postgresql.pljava.internal.Checked.DoubleConsumer
Packages that use Checked.DoubleConsumer
-
Uses of Checked.DoubleConsumer in org.postgresql.pljava.internal
Methods in org.postgresql.pljava.internal that return Checked.DoubleConsumerModifier and TypeMethodDescriptionstatic <E extends Throwable>
Checked.DoubleConsumer<E> Checked.composed
(Checked.DoubleConsumer<? extends E> first, Checked.DoubleConsumer<? extends E> after) Returns aDoubleConsumer
that is the composition of two others.static <E extends Throwable>
Checked.DoubleConsumer<E> Checked.DoubleConsumer.use
(Checked.DoubleConsumer<E> o) Shapes a lambda or method reference into an instance of this functional interface.Methods in org.postgresql.pljava.internal with parameters of type Checked.DoubleConsumerModifier and TypeMethodDescriptionstatic <E extends Throwable>
Checked.DoubleConsumer<E> Checked.composed
(Checked.DoubleConsumer<? extends E> first, Checked.DoubleConsumer<? extends E> after) Returns aDoubleConsumer
that is the composition of two others.static <E extends Throwable>
Checked.DoubleConsumer<E> Checked.DoubleConsumer.use
(Checked.DoubleConsumer<E> o) Shapes a lambda or method reference into an instance of this functional interface.