com.thoughtworks.binding.Binding$.BindingSeq
See theBindingSeq companion object Data binding expression of a sequence
Attributes Companion: object Source: Binding.scala Graph Reset zoom Hide graph Show graph
Supertypes trait BindingSeq2Or3 [A ]
trait BindingSeqOrWithFilter [A ]
class Object
trait Matchable
class Any
Known subtypes Members list Concise view
Value members
The underlying implementation of flatMap .
The underlying implementation of flatMap .
Attributes Note: Don't use this method in user code.
Source: Binding.scala
The underlying implementation of foreach .
The underlying implementation of foreach .
Attributes Note: Don't use this method in user code.
Source: Binding.scala
The underlying implementation of map .
The underlying implementation of map .
Attributes Note: Don't use this method in user code.
Source: Binding.scala
Disables automatic recalculation.
Disables automatic recalculation.
Attributes Note: This method is recursive, which means that the dependencies of this BindingSeq will be unwatched as well.
Source: Binding.scala
Enables automatic recalculation.
Enables automatic recalculation.
You may invoke this method more than once. Then, when you want to disable automatic recalculation, you must
invoke unwatch same times as the number of calls to this method.
Attributes Note: This method is recursive, which means that the dependencies of this BindingSeq will be watched as well.
Source: Binding.scala
The underlying implementation of withFilter .
The underlying implementation of withFilter .
Attributes Note: Don't use this method in user code.
Source: Binding.scala