VarEvent

colibri.reactive.VarEvent
See theVarEvent companion trait
object VarEvent

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
VarEvent.type

Members list

Value members

Concrete methods

def apply[A](): VarEvent[A]
def create[A](write: RxWriter[A], read: RxEvent[A]): VarEvent[A]
def subject[A](read: Subject[A]): VarEvent[A]