| Class | Description |
|---|---|
| Either<Left,Right> |
An
Either is one of two distinct simple immutable container class
that holds a single value. |
| Entry<Key,Value> |
An
Entry is a simple immutable container class that holds a
key-value-pair. |
| Left<Payload,Right> |
An
Left is one of two distinct simple immutable container class that
holds a single value. |
| Pair<Payload> |
A
Pair is a simple immutable container class that holds two values of
a similar type. |
| Right<Left,Payload> |
An
Right is one of two distinct simple immutable container class that
holds a single value. |
| Triple<First,Second,Third> |
A
Triple is a simple immutable container class that holds three
values. |
| Tuple<First,Second> |
A
Tuple is a simple immutable container class that holds two values. |
| Wrapper<Payload> |
A
Wrapper is a simple immutable container class that holds a single
value. |
Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.