BindableSeq

com.thoughtworks.binding.bindable.BindableSeq$
See theBindableSeq companion trait
object BindableSeq extends LowPriorityJsBindableSeq0

Attributes

Companion:
trait
Graph
Supertypes
trait LowPriorityJsBindableSeq0
trait LowPriorityJsBindableSeq2
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

type Aux[-From, Value0] = BindableSeq[From] { type Value = Value0; }
type Lt[-From, +Value0] = BindableSeq[From] { type Value <: Value0; }

Implicits

Implicits

implicit def bindingScalaArrayBindableSeq[Value0]: Aux[Binding[Array[Value0]], Value0]
implicit def bindingScalaSeqBindableSeq[Value0]: Aux[Binding[Seq[Value0]], Value0]
implicit def bindingbindingSeqBindableSeq[Value0]: Aux[Binding[BindingSeq[Value0]], Value0]

Inherited implicits

implicit def constantsBindableSeq[Value0]: Aux[Value0, Value0]

Attributes

Inherited from:
LowPriorityBindableSeq3 (hidden)
implicit def scalaArrayBindableSeq[Value0]: Aux[Array[Value0], Value0]

Attributes

Inherited from:
LowPriorityBindableSeq1 (hidden)
implicit def scalaSeqBindableSeq[Value0]: Aux[Seq[Value0], Value0]

Attributes

Inherited from:
LowPriorityBindableSeq1 (hidden)
implicit def watchableBindableSeq[Value0]: Aux[Watchable[Value0], Value0]

Attributes

Inherited from:
LowPriorityBindableSeq2 (hidden)