Uses of Interface
org.postgresql.pljava.internal.Checked.ToFloatFunction
Packages that use Checked.ToFloatFunction
-
Uses of Checked.ToFloatFunction in org.postgresql.pljava.internal
Methods in org.postgresql.pljava.internal that return Checked.ToFloatFunctionModifier and TypeMethodDescriptionstatic <T,
E extends Throwable>
Checked.ToFloatFunction<T, E> Checked.ToFloatFunction.use
(Checked.ToFloatFunction<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.ToFloatFunctionModifier and TypeMethodDescriptiondefault <RX extends Throwable>
floatChecked.inFloatReturning
(Checked.ToFloatFunction<? super WT, RX> f) Likein(...)
but where the body returns afloat
.static <T,
E extends Throwable>
Checked.ToFloatFunction<T, E> Checked.ToFloatFunction.use
(Checked.ToFloatFunction<T, E> o) Shapes a lambda or method reference into an instance of this functional interface.