Uses of Interface
org.postgresql.pljava.internal.Checked.ShortConsumer
Packages that use Checked.ShortConsumer
-
Uses of Checked.ShortConsumer in org.postgresql.pljava.internal
Methods in org.postgresql.pljava.internal that return Checked.ShortConsumerModifier and TypeMethodDescriptionstatic <E extends Throwable>
Checked.ShortConsumer<E> Checked.ShortConsumer.use
(Checked.ShortConsumer<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.ShortConsumerModifier and TypeMethodDescription<E extends Throwable>
voidChecked.OptionalShort.ifPresent
(Checked.ShortConsumer<? extends E> action) <E extends Throwable>
voidChecked.OptionalShort.ifPresentOrElse
(Checked.ShortConsumer<? extends E> action, Checked.Runnable<? extends E> emptyAction) static <E extends Throwable>
Checked.ShortConsumer<E> Checked.ShortConsumer.use
(Checked.ShortConsumer<E> o) Shapes a lambda or method reference into an instance of this functional interface.