Uses of Interface
org.apache.flink.util.function.CheckedSupplier
-
Packages that use CheckedSupplier Package Description org.apache.flink.util.function -
-
Uses of CheckedSupplier in org.apache.flink.util.function
Methods in org.apache.flink.util.function that return CheckedSupplier Modifier and Type Method Description static <R> CheckedSupplier<R>CheckedSupplier. checked(Supplier<R> supplier)Methods in org.apache.flink.util.function with parameters of type CheckedSupplier Modifier and Type Method Description static <R> Supplier<R>CheckedSupplier. unchecked(CheckedSupplier<R> checkedSupplier)
-