compute<Result> static method
Encapsulates a Listenable which notifies based on a RefComputer callback.
Implementation
@factory
static GetComputed<Result> compute<Result>(RefComputer<Result> callback) {
return GetComputed._(ComputedNoScope(callback));
}