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 failure 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.
|
Unit
Represents the type scala.Unit.
|
VoidFunction0
A FunctionalInterface that takes no parameters and has no return but is allowed to throw exceptions.
|
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.
|
Unit
Represents the type scala.Unit.
|
VoidFunction0
A FunctionalInterface that takes no parameters and has no return but is allowed to throw exceptions.
|
Copyright © 2016, Peter Nerg Apache License v2.0