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