Tuple3

abstract
class Tuple3[A, T1, T2, T3](val _1: Column[A, T1], val _2: Column[A, T2], val _3: Column[A, T3]) extends TupleLike[A]
trait TupleLike[A]
trait Publisher
trait Reactor
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def columnCount: Int
Inherited from
TupleLike
def deafTo(ps: Publisher*): Unit

Installed reaction won't receive events from the given publisher anylonger.

Installed reaction won't receive events from the given publisher anylonger.

Inherited from
Reactor
final
def getColumnClass(column: Int): Class[_]
Inherited from
TupleLike
final
def getColumnName(column: Int): String
Inherited from
TupleLike
def getParent(node: A): Option[A]
Inherited from
TupleLike
def getValueAt(node: A, column: Int): Any
Inherited from
TupleLike
Inherited from
TupleLike
def isCellEditable(node: A, column: Int): Boolean
Inherited from
TupleLike
def listenTo(ps: Publisher*): Unit

Listen to the given publisher as long as deafTo isn't called for them.

Listen to the given publisher as long as deafTo isn't called for them.

Inherited from
Reactor
def publish(e: Event): Unit

Notify all registered reactions.

Notify all registered reactions.

Inherited from
Publisher
def setValueAt(value: Any, node: A, column: Int): Unit
Inherited from
TupleLike

Concrete fields

val _1: Column[A, T1]
val _2: Column[A, T2]
val _3: Column[A, T3]
protected
val columns: IndexedSeq[Column[A, _]]

Inherited fields

protected
val listeners: RefSet[Reaction]
Inherited from
Publisher
val reactions: Reactions

All reactions of this reactor.

All reactions of this reactor.

Inherited from
Reactor