call abstract method
T
call()
Shorthand for getting value.
This allows the pattern ref() instead of ref.value.
Implementation
T call();
Shorthand for getting value.
This allows the pattern ref() instead of ref.value.
T call();