Uses of Interface
org.lambda.actions.Action0
Packages that use Action0
-
Uses of Action0 in com.spun.swing
Methods in com.spun.swing with parameters of type Action0 -
Uses of Action0 in com.spun.util
Methods in com.spun.util with parameters of type Action0Modifier and TypeMethodDescriptionstatic ThrowableObjectUtils.captureException(Action0 runnableBlock) static voidstatic voidConstructors in com.spun.util with parameters of type Action0ModifierConstructorDescriptionLambdaThreadLauncher(Action0 function) LambdaThreadLauncher(Action0 function, long delay) LambdaThreadLauncher(Action0 function, Duration delay) -
Uses of Action0 in org.lambda.actions
Methods in org.lambda.actions that return Action0Modifier and TypeMethodDescriptionstatic Action0Action0.doNothing()static Action0Action0.runtime(Action0WithException exceptions)