Uses of Interface
one.xingyi.core.utils.RunnableWithException
-
Packages that use RunnableWithException Package Description one.xingyi.core.store one.xingyi.core.utils -
-
Uses of RunnableWithException in one.xingyi.core.store
Methods in one.xingyi.core.store with parameters of type RunnableWithException Modifier and Type Method Description java.util.concurrent.CompletableFuture<T>ControllerUsingMap. wrap(java.lang.String id, RunnableWithException runnable) -
Uses of RunnableWithException in one.xingyi.core.utils
Methods in one.xingyi.core.utils with parameters of type RunnableWithException Modifier and Type Method Description static voidWrappedException. wrap(RunnableWithException runnable)
-