Uses of Interface
org.postgresql.pljava.internal.Checked.ShortConsumer
-
Packages that use Checked.ShortConsumer Package Description org.postgresql.pljava.internal Java classes implementing core PL/Java behavior. -
-
Uses of Checked.ShortConsumer in org.postgresql.pljava.internal
Methods in org.postgresql.pljava.internal that return Checked.ShortConsumer Modifier and Type Method Description 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.Methods in org.postgresql.pljava.internal with parameters of type Checked.ShortConsumer Modifier and Type Method Description <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.
-