| Package | Description |
|---|---|
| javascalautils |
Contains various utility classes translated from the Scala language.
|
| javascalautils.concurrent |
Contains utilities for concurrent/asynchronous programming.
|
| Class and Description |
|---|
| Either
Represents a value of one of two possible types.
|
| Failure
Represents the 'failed' implementation of
Try. |
| Left |
| LeftProjection
This is a left-biased wrapper for an instance of
Either. |
| None
Represents an empty
Option. |
| Option
Represents optional values.
|
| Right |
| RightProjection
This is a right-biased wrapper for an instance of
Either. |
| Some
Represents an
Option holding a value. |
| Success
Represents the 'successful' implementation of
Try. |
| ThrowableFunction0
A function that takes no arguments and returns a value of type T.
|
| Try
The 'Try' type represents a computation that may either result in an exception, or return a successfully computed value.
|
| Class and Description |
|---|
| Option
Represents optional values.
|
| ThrowableFunction0
A function that takes no arguments and returns a value of type T.
|
| Try
The 'Try' type represents a computation that may either result in an exception, or return a successfully computed value.
|
Copyright © 2015, Peter Nerg Apache License v2.0