Class | Description |
---|---|
Compose<D> |
Represents the ordered composition of a set of flow functions.
|
Gen<D> |
Function that creates a new value (e.g.
|
Identity<D> | |
Kill<D> |
Function that kills a specific value (i.e.
|
KillAll<D> |
The empty function, i.e.
|
Transfer<D> | |
Union<D> |
Represents the union of a set of flow functions.
|