Home > @theatre/dataverse > IDerivation
# IDerivation interface
Signature:
export interface IDerivation<V>
# Properties
Property | Type | Description |
---|---|---|
isDerivation | true | |
isHot | boolean |
# Methods
Method | Description |
---|---|
addDependent(d) | |
changes(ticker) | |
changesWithoutValues() | |
flatMap(fn) | |
getValue() | |
keepHot() | |
map(fn) | |
removeDependent(d) | |
tapImmediate(ticker, fn) |