Function: startWith()
startWith<
T>(value:T):Flow<T>
Defined in: pkg/flow/src/index.ts:9
Creates a Flow computation with the given value.
Type Parameters
| Type Parameter |
|---|
T |
Parameters
| Parameter | Type |
|---|---|
value |
T |
Returns
Flow<T>
startWith<
T>(value:T):Flow<T>
Defined in: pkg/flow/src/index.ts:9
Creates a Flow computation with the given value.
| Type Parameter |
|---|
T |
| Parameter | Type |
|---|---|
value |
T |
Flow<T>