Uses of Interface
org.postgresql.pljava.internal.Checked.CharSupplier
-
Packages that use Checked.CharSupplier Package Description org.postgresql.pljava.internal Java classes implementing core PL/Java behavior. -
-
Uses of Checked.CharSupplier in org.postgresql.pljava.internal
Methods in org.postgresql.pljava.internal that return Checked.CharSupplier Modifier and Type Method Description static <E extends Throwable>
Checked.CharSupplier<E>Checked.CharSupplier. use(Checked.CharSupplier<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.CharSupplier Modifier and Type Method Description <E extends Throwable>
charChecked.OptionalChar. orElseGet(Checked.CharSupplier<? extends E> supplier)
static <E extends Throwable>
Checked.CharSupplier<E>Checked.CharSupplier. use(Checked.CharSupplier<E> o)
Shapes a lambda or method reference into an instance of this functional interface.
-