Package | Description |
---|---|
javascalautils |
Introducing some of the core concepts of Scala into Java.
The aim with these utility classes is to provide neat and concise programming patterns. Details and Wiki can be found at: https://github.com/pnerg/java-scala-util |
javascalautils.concurrent |
Contains utilities for concurrent/asynchronous programming.
|
Class and Description |
---|
Either
Represents a value of one of two possible types.
|
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 . |
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.
|
Try
The 'Try' type represents a computation that may either result in an exception, or return a successfully computed value.
|
Copyright © 2015. All rights reserved.