Uses of Interface
cool.scx.common.functional.ScxRunnable
Packages that use ScxRunnable
-
Uses of ScxRunnable in cool.scx.common.exception
Methods in cool.scx.common.exception with parameters of type ScxRunnableModifier and TypeMethodDescriptionstatic voidScxExceptionHelper.ignore(ScxRunnable<?> handler) 忽略异常static booleanScxExceptionHelper.noException(ScxRunnable<?> scxRunnable) 执行的操作是否有异常 (有异常时不打印信息)static voidScxExceptionHelper.wrap(ScxRunnable<?> handler) 包装 异常 -
Uses of ScxRunnable in cool.scx.common.util
Methods in cool.scx.common.util with parameters of type ScxRunnableModifier and TypeMethodDescription<E extends Throwable>
voidScopedValue.Carrier.run(ScxRunnable<E> op)