object ObservableMutable
- Source
- __.scala
class java.lang.Object
trait scala.Matchable
class Any
Member
Def
@targetName("getVoid")
Get void instance
Get void instance
Returns void instance, which would fail on any mutation attempt.
onChage events can be subscribed, but nothing will ever change.
- Source
- __.scala
Implicit
General void instance request
General void instance request
It is possible to use general request VOID to get void instance of this type, thanks to this implicit conversion.
- Source
- __.scala