| Interface | Description |
|---|---|
| Closure<P> |
A simple closure which takes in one generic argument.
|
| Closure2<P1,P2> |
A closure which takes in two generic arguments.
|
| Function<Input,Output> |
A function with a generic input and output.
|
| Class | Description |
|---|---|
| Fn | |
| Maybe<V> |
An abstract implementation for a construct which might be of a certain value or not.
|
| Pair<T1,T2> | |
| Success |
Success represents a successfully completed operations.
|
| SuccessFail |
Copyright © 2017. All rights reserved.