Uses of Interface
org.postgresql.pljava.internal.Checked.Supplier
Packages that use Checked.Supplier
-
Uses of Checked.Supplier in org.postgresql.pljava.internal
Methods in org.postgresql.pljava.internal that return Checked.SupplierModifier and TypeMethodDescriptionstatic <T,E extends Throwable>
Checked.Supplier<T, E> Checked.Supplier.use(Checked.Supplier<T, 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.SupplierModifier and TypeMethodDescriptionstatic <T,E extends Throwable>
TBackend.doInPG(Checked.Supplier<T, E> op) Do an operation on a thread with serialized access to call into PostgreSQL, returning a result.static <T,E extends Exception>
TPrivilege.doPrivileged(Checked.Supplier<T, E> op) static <T,E extends Exception>
TPrivilege.doPrivileged(Checked.Supplier<T, E> op, AccessControlContext acc) static <T,E extends Exception>
TPrivilege.doPrivileged(Checked.Supplier<T, E> op, AccessControlContext acc, Permission... perms) static <T,E extends Exception>
TPrivilege.doPrivilegedWithCombiner(Checked.Supplier<T, E> op) static <T,E extends Exception>
TPrivilege.doPrivilegedWithCombiner(Checked.Supplier<T, E> op, AccessControlContext acc, Permission... perms) <E extends Throwable>
booleanChecked.OptionalBoolean.orElseThrow(Checked.Supplier<? extends E, ? extends E> exceptionSupplier) <E extends Throwable>
byteChecked.OptionalByte.orElseThrow(Checked.Supplier<? extends E, ? extends E> exceptionSupplier) <E extends Throwable>
charChecked.OptionalChar.orElseThrow(Checked.Supplier<? extends E, ? extends E> exceptionSupplier) <E extends Throwable>
floatChecked.OptionalFloat.orElseThrow(Checked.Supplier<? extends E, ? extends E> exceptionSupplier) <E extends Throwable>
shortChecked.OptionalShort.orElseThrow(Checked.Supplier<? extends E, ? extends E> exceptionSupplier) static <T,E extends Throwable>
Checked.Supplier<T, E> Checked.Supplier.use(Checked.Supplier<T, E> o) Shapes a lambda or method reference into an instance of this functional interface.