DerivedDynamicValue
class DerivedDynamicValue<I, O>(dynamicValue: DynamicValue<I>, modifier: DerivedDynamicValue.Modifier<I, O>) : DynamicValue<O>
Allows a new DynamicValue to be derived from an existing DynamicValue, with modifications applied.
Parameters
Properties
Link copied to clipboard
Retrieves the amount of listeners attached to this DynamicValue.