| Either |
Represents a 2-type discriminate union with Left and Right components.
|
| Error |
Error holds either a value of type T or an exception.
|
| ThrowingSupplier |
Declares an interface similar to Supplier<T> which can also throw an exception.
|
| Unit |
Represents a unit type.
|
| Variant1 |
Represents a 1-type discriminate union.
|
| Variant2 |
Represents a 2-type discriminate union.
|
| Variant3 |
Represents a 3-type discriminate union.
|
| Variant4 |
Represents a 4-type discriminate union.
|
| Variant5 |
Represents a 5-type discriminate union.
|
| Variant6 |
Represents a 6-type discriminate union.
|
| Variant7 |
Represents a 7-type discriminate union.
|
| Variant8 |
Represents a 8-type discriminate union.
|
| VariantBase |
Used internally to implement common variant behavior.
|