TypeWrapper
Represents a transformation of a type
Union Cases
Union Case | Description |
None
Signature:
|
No transformation will be made to the type
|
Nullable
Signature:
|
The type T will be converter to type Nullable
|
Option
Signature:
|
The type T will be converter to type T option
|