getComputedValue method
Extracts the current value from the computed instance.
Implementation
T getComputedValue(LxReactive computed) {
return (computed as LxComputed<T>).value;
}
Extracts the current value from the computed instance.
T getComputedValue(LxReactive computed) {
return (computed as LxComputed<T>).value;
}