scala.meta.lsp.MonixEnrichments
Utility to read the latest eagerly computed value from an observable.
NOTE. Immediately subscribes to the value and eagerly computes the value on every update. Subscription can be cancelled with .cancel()
The observable to convert into a reactive variable.
The scheduler to compute the variable on.
Utility to read the latest eagerly computed value from an observable.
NOTE. Immediately subscribes to the value and eagerly computes the value on every update. Subscription can be cancelled with .cancel()