Uses of Interface
com.github.mizosoft.methanol.internal.function.ThrowingRunnable
-
Packages that use ThrowingRunnable Package Description com.github.mizosoft.methanol.internal.function -
-
Uses of ThrowingRunnable in com.github.mizosoft.methanol.internal.function
Methods in com.github.mizosoft.methanol.internal.function with parameters of type ThrowingRunnable Modifier and Type Method Description static java.util.concurrent.CompletableFuture<java.lang.Void>Unchecked. runAsync(ThrowingRunnable runnable, java.util.concurrent.Executor executor)static java.lang.RunnableUnchecked. runnable(ThrowingRunnable runnable)
-