Uses of Interface
io.activej.common.function.RunnableEx
Packages that use RunnableEx
-
Uses of RunnableEx in io.activej.common.collection
Methods in io.activej.common.collection with parameters of type RunnableExModifier and TypeMethodDescriptionstatic <T> Try<T>Try.wrap(@NotNull RunnableEx computation) Creates a newTrywhich is either successful or failed based on the result of a runnable call -
Uses of RunnableEx in io.activej.common.function
Methods in io.activej.common.function that return RunnableExMethods in io.activej.common.function with parameters of type RunnableExModifier and TypeMethodDescriptionstatic RunnableRunnableEx.uncheckedOf(RunnableEx checkedFn) Creates aRunnableout ofRunnableEx