Uses of Interface
org.postgresql.pljava.internal.Checked.LongConsumer
Packages that use Checked.LongConsumer
-
Uses of Checked.LongConsumer in org.postgresql.pljava.internal
Methods in org.postgresql.pljava.internal that return Checked.LongConsumerModifier and TypeMethodDescriptionstatic <E extends Throwable>
Checked.LongConsumer<E> Checked.composed
(Checked.LongConsumer<? extends E> first, Checked.LongConsumer<? extends E> after) Returns aLongConsumer
that is the composition of two others.static <E extends Throwable>
Checked.LongConsumer<E> Checked.LongConsumer.use
(Checked.LongConsumer<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.LongConsumerModifier and TypeMethodDescriptionstatic <E extends Throwable>
Checked.LongConsumer<E> Checked.composed
(Checked.LongConsumer<? extends E> first, Checked.LongConsumer<? extends E> after) Returns aLongConsumer
that is the composition of two others.static <E extends Throwable>
Checked.LongConsumer<E> Checked.LongConsumer.use
(Checked.LongConsumer<E> o) Shapes a lambda or method reference into an instance of this functional interface.