Namespace: Option
Index
Type Aliases
| Type alias | Description |
|---|---|
| None | - |
| Resolvable | - |
| Some | - |
| UnwrapSome | - |
| UnwrapSomeArray | - |
Variables
| Variable | Description |
|---|---|
| none | - |
Functions
| Function | Description |
|---|---|
| all | Creates a Some that is the combination of all collected Some values as an array, or the first |
| any | Returns the first encountered Some, or a None if none was found. |
| from | Creates an Option out of a value or callback. |
| fromAsync | Creates an Option out of a value or callback. |
| is | - |
| some | - |