FlowBuilderType
PackageAxial
Specification
Kind
Type
Members
14
Examples
0
``.ctor``Signature
FlowBuilder()
BindSignature
this.Bind
CombineSignature
this.Combine
DelaySignature
this.Delay
ForSignature
this.For
Summary
| Name | Signature | Synopsis |
|---|---|---|
| ``.ctor`` | FlowBuilder() | No description available. |
| Bind | this.Bind | No description available. |
| Combine | this.Combine | No description available. |
| Delay | this.Delay | No description available. |
| For | this.For | No description available. |
| Return | this.Return | No description available. |
| ReturnFrom | this.ReturnFrom | No description available. |
| Run | this.Run | No description available. |
| Source | this.Source | No description available. |
| TryFinally | this.TryFinally | No description available. |
| TryWith | this.TryWith | No description available. |
| Using | this.Using | No description available. |
| While | this.While | No description available. |
| Zero | this.Zero | No description available. |
Parameters
| Name | Type | Description |
|---|---|---|
| flow | Flow<'env, 'error, 'value> | |
| binder | 'value -> Flow<'env, 'error, 'next> |
Returns
Flow<'env, 'error, 'next>
Parameters
| Name | Type | Description |
|---|---|---|
| first | Flow<'env, 'error, unit> | |
| second | Flow<'env, 'error, 'value> |
Returns
Flow<'env, 'error, 'value>
Parameters
| Name | Type | Description |
|---|---|---|
| factory | unit -> Flow<'env, 'error, 'value> |
Returns
Flow<'env, 'error, 'value>
Parameters
| Name | Type | Description |
|---|---|---|
| sequence | 'value seq | |
| binder | 'value -> Flow<'env, 'error, unit> |
Returns
Flow<'env, 'error, unit>
Parameters
| Name | Type | Description |
|---|---|---|
| flow | Flow<'env, 'error, 'value> |
Returns
Flow<'env, 'error, 'value>
Parameters
| Name | Type | Description |
|---|---|---|
| flow | Flow<'env, 'error, 'value> |
Returns
Flow<'env, 'error, 'value>
Parameters
| Name | Type | Description |
|---|---|---|
| flow | Flow<'env, 'error, 'value> |
Returns
Flow<'env, 'error, 'value>
Parameters
| Name | Type | Description |
|---|---|---|
| flow | Flow<'env, 'error, 'value> | |
| compensation | unit -> unit |
Returns
Flow<'env, 'error, 'value>
Parameters
| Name | Type | Description |
|---|---|---|
| flow | Flow<'env, 'error, 'value> | |
| handler | exn -> Flow<'env, 'error, 'value> |
Returns
Flow<'env, 'error, 'value>
Parameters
| Name | Type | Description |
|---|---|---|
| resource | 'resource | |
| binder | 'resource -> Flow<'env, 'error, 'value> |
Returns
Flow<'env, 'error, 'value>
Parameters
| Name | Type | Description |
|---|---|---|
| guard | unit -> bool | |
| body | Flow<'env, 'error, unit> |
Returns
Flow<'env, 'error, unit>

