Package | Description |
---|---|
javascalautils |
Contains various utility classes translated from the Scala language.
|
javascalautils.concurrent |
Contains utilities for concurrent/asynchronous programming.
|
Modifier and Type | Method and Description |
---|---|
static Try<Unit> |
TryCompanion.Try(VoidFunction0 function)
|
Modifier and Type | Method and Description |
---|---|
static Future<Unit> |
FutureCompanion.Future(VoidFunction0 function)
Allows for easy creation of asynchronous computations that will be executed in the future.
|
static Future<Unit> |
FutureCompanion.Future(VoidFunction0 function,
Executor executor)
Allows for easy creation of asynchronous computations that will be executed in the future.
|
Copyright © 2016, Peter Nerg Apache License v2.0