Uses of Interface
com.github.mizosoft.methanol.internal.function.ThrowingSupplier
Packages that use ThrowingSupplier
-
Uses of ThrowingSupplier in com.github.mizosoft.methanol.internal.function
Methods in com.github.mizosoft.methanol.internal.function with parameters of type ThrowingSupplierModifier and TypeMethodDescriptionstatic <T> Supplier<T> Unchecked.supplier(ThrowingSupplier<T> supplier) static <T> CompletableFuture<T> Unchecked.supplyAsync(ThrowingSupplier<T> supplier, Executor executor)