Trig

trait Trig extends Flow

A trigger element.

''Important:'' Implementation inadvertently run into trouble if they do not extend Trig.Lazy to avoid "splitting" of the event paths. The only reason this is not enforced is that implementation may already mixin lazy traits such as Control (and by extension, Widget).

Companion
object
trait Flow
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any
class Changed[A]
class LoadBang
class TBinaryOp[A]
class ToTrig

Type members

Types

type Repr[T <: Txn[T]] <: ITrigger[T]

Value members

Concrete methods

def &(that: Trig): Trig
Implicitly added by ops
def -->(act: Act): act
Implicitly added by ops
def ^(that: Trig): Trig
Implicitly added by ops
def filter(that: Ex[Boolean]): Trig
Implicitly added by ops
def |(that: Trig): Trig
Implicitly added by ops

Deprecated methods

@deprecated("Use --> instead", since = "4.4.5")
def --->(act: Act): act
Implicitly added by ops
Deprecated
[Since version 4.4.5]

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
final
def expand[T <: Txn[LazyRef(...)]](implicit ctx: Context[T], tx: T): Repr[T]
Inherited from
Lazy
protected
def mkRepr[T <: Txn[LazyRef(...)]](implicit ctx: Context[T], tx: T): Repr[T]
Inherited from
Lazy
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def productPrefix: String
Inherited from
Product

Inherited fields

@transient
final protected
val ref: Object
Inherited from
Lazy