colibri.reactive

Type members

Classlikes

@implicitNotFound("No implicit LiveOwner is available here! Wrap inside `Rx { }`, or provide an implicit `LiveOwner`.")
trait LiveOwner extends Owner
Companion:
object
Companion:
class
object Owned extends OwnedPlatform
@implicitNotFound("No implicit Owner is available here! Wrap inside `Owned { }`, or provide an implicit `Owner`, or `import Owner.unsafeImplicits._` (dangerous).")
trait Owner
Companion:
object
object Owner extends OwnerPlatform
Companion:
class
trait Rx[+A]
Companion:
object
object Rx extends RxPlatform
Companion:
class
trait RxWriter[-A]
Companion:
object
object RxWriter
Companion:
class
trait Var[A] extends Rx[A] with RxWriter[A]
Companion:
object
object Var
Companion:
class