Types
Functions
Get ongoing computation or start a new one. Does not guarantee thread safety. In case of multi-thread access, could create orphan computations.
Properties
Inheritors
Extensions
Combine this data with the other data using block. See map for other details
Lazily transform this data to another data. By convention block should not use external data (be pure).