Idx.ObservableMutable

Source
__.scala
class java.lang.Object
trait scala.Matchable
class Any

Member

object X

Type Extentions

This object contains all provided base type implementations

Source
X.scala

Def

inline def apply[A](initSize: Int): Idx.OM[A]
Source
__.scala
@targetName("getVoid")
inline def void[A]: Idx.OM[A]

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
def wrap[A](v: Idx[A]): Idx.OM[A]
Source
__.scala

Implicit

implicit inline def implicitRequest[A](v: VOID): Idx.OM[A]

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
implicit inline def implicitRequest[A](v: NEW): Idx.OM[A]
Source
__.scala