Uses of Interface
org.postgresql.pljava.internal.Checked.ByteSupplier
Packages that use Checked.ByteSupplier
-
Uses of Checked.ByteSupplier in org.postgresql.pljava.internal
Methods in org.postgresql.pljava.internal that return Checked.ByteSupplierModifier and TypeMethodDescriptionstatic <E extends Throwable>
Checked.ByteSupplier<E> Checked.ByteSupplier.use
(Checked.ByteSupplier<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.ByteSupplierModifier and TypeMethodDescription<E extends Throwable>
byteChecked.OptionalByte.orElseGet
(Checked.ByteSupplier<? extends E> supplier) static <E extends Throwable>
Checked.ByteSupplier<E> Checked.ByteSupplier.use
(Checked.ByteSupplier<E> o) Shapes a lambda or method reference into an instance of this functional interface.