Uses of Interface
com.github.mizosoft.methanol.internal.function.ThrowingSupplier
-
Packages that use ThrowingSupplier Package Description com.github.mizosoft.methanol.internal.function -
-
Uses of ThrowingSupplier in com.github.mizosoft.methanol.internal.function
Methods in com.github.mizosoft.methanol.internal.function with parameters of type ThrowingSupplier Modifier and Type Method Description static <T> java.util.function.Supplier<T>Unchecked. supplier(ThrowingSupplier<T> supplier)static <T> java.util.concurrent.CompletableFuture<T>Unchecked. supplyAsync(ThrowingSupplier<T> supplier, java.util.concurrent.Executor executor)
-