Uses of Interface
org.lambda.actions.Action0
| Package | Description |
|---|---|
| com.spun.util | |
| org.lambda.actions | |
| org.lambda.actions.implementations |
-
Uses of Action0 in com.spun.util
Methods in com.spun.util with parameters of type Action0 Modifier and Type Method Description static ThrowableObjectUtils. captureException(Action0 runnableBlock)Constructors in com.spun.util with parameters of type Action0 Constructor Description LambdaThreadLauncher(Action0 function)LambdaThreadLauncher(Action0 function, long delay) -
Uses of Action0 in org.lambda.actions
Methods in org.lambda.actions that return Action0 Modifier and Type Method Description static Action0Action0. doNothing()static Action0Action0. runtime(Action0.Action0WithExceptions exceptions) -
Uses of Action0 in org.lambda.actions.implementations
Classes in org.lambda.actions.implementations that implement Action0 Modifier and Type Class Description classA0Deprecated.use lambdas: () -> ...your code...