Uses of Interface
org.postgresql.pljava.internal.Checked.BooleanSupplier
Packages that use Checked.BooleanSupplier
-
Uses of Checked.BooleanSupplier in org.postgresql.pljava.internal
Methods in org.postgresql.pljava.internal that return Checked.BooleanSupplierModifier and TypeMethodDescriptionstatic <E extends Throwable>
Checked.BooleanSupplier<E> Checked.BooleanSupplier.use
(Checked.BooleanSupplier<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.BooleanSupplierModifier and TypeMethodDescriptionstatic <E extends Throwable>
booleanBackend.doInPG
(Checked.BooleanSupplier<E> op) Specialization ofdoInPG
for operations that return a boolean result.<E extends Throwable>
booleanChecked.OptionalBoolean.orElseGet
(Checked.BooleanSupplier<? extends E> supplier) static <E extends Throwable>
Checked.BooleanSupplier<E> Checked.BooleanSupplier.use
(Checked.BooleanSupplier<E> o) Shapes a lambda or method reference into an instance of this functional interface.