| Package | Description |
|---|---|
| com.m3.scalaflavor4j |
| Modifier and Type | Interface and Description |
|---|---|
interface |
VoidF0
VoidFunction0 alias |
| Modifier and Type | Method and Description |
|---|---|
ExceptionControl.Catch<R> |
ExceptionControl.Catch.andFinally(VoidFunction0 body) |
static void |
ConcurrentOps.spawn(VoidFunction0 p)
Evaluates an expression asynchronously.
|
static <R> ExceptionControl.Catch<R> |
ExceptionControl.ultimately(VoidFunction0 body)
Returns a Catch object with no catch logic and the argument as Finally.
|
Copyright © 2015. All rights reserved.