Uses of Interface
org.postgresql.pljava.internal.Checked.IntSupplier
Packages that use Checked.IntSupplier
-
Uses of Checked.IntSupplier in org.postgresql.pljava.internal
Methods in org.postgresql.pljava.internal that return Checked.IntSupplierModifier and TypeMethodDescriptionstatic <E extends Throwable>
Checked.IntSupplier<E> Checked.IntSupplier.use(Checked.IntSupplier<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.IntSupplierModifier and TypeMethodDescriptionstatic <E extends Throwable>
intBackend.doInPG(Checked.IntSupplier<E> op) Specialization ofdoInPGfor operations that return an int result.static <E extends Throwable>
Checked.IntSupplier<E> Checked.IntSupplier.use(Checked.IntSupplier<E> o) Shapes a lambda or method reference into an instance of this functional interface.