com.thoughtworks.binding.Binding$.BindingSeq$.MapBinding
Attributes Source: Binding.scala Graph Reset zoom Hide graph Show graph
Supertypes trait BindingSeq2Or3 [B ]
trait BindingSeqOrWithFilter [B ]
class Object
trait Matchable
class Any
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.
Inherited from: BindingSeq Source: Binding.scala
The underlying implementation of foreach .
The underlying implementation of foreach .
Attributes Note: Don't use this method in user code.
Inherited from: BindingSeq Source: Binding.scala
The underlying implementation of map .
The underlying implementation of map .
Attributes Note: Don't use this method in user code.
Inherited from: BindingSeq 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.
Inherited from: BindingSeq 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.
Inherited from: BindingSeq Source: Binding.scala
The underlying implementation of withFilter .
The underlying implementation of withFilter .
Attributes Note: Don't use this method in user code.
Inherited from: BindingSeq Source: Binding.scala