| Class | Description |
|---|---|
| Pair<A,B> |
A Pair class that holds two final values of type A and B.
|
| SingleProperty<A> |
Holds one property of type A.
|
| Triple<A,B,C> |
A Triple class that holds 3 final values of types A, B, and C.
|
| TwoProperty<A,B> |
Holds Two Properties and allows access to them.
|
| Unit<A> |
A Unit class that holds a single final value of type A.
|