Packages

package bindable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. bindable
  2. ToBindableSeqOps
  3. ToBindableOps
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Bindable[-From] extends Serializable

    A dependent type class that witnesses a type that can be converted to a Binding[Value].

    A dependent type class that witnesses a type that can be converted to a Binding[Value].

    Annotations
    @implicitNotFound("Could not find an instance of Bindable for ${From}")
  2. trait BindableSeq[-From] extends Serializable

    A dependent type class that witnesses a type that can be converted to a BindingSeq[Value].

    A dependent type class that witnesses a type that can be converted to a BindingSeq[Value].

    Annotations
    @implicitNotFound("Could not find an instance of BindableSeq for ${From}")

Value Members

  1. implicit def bindableToBinding[From, Value](from: From)(implicit bindable: Lt[From, Value]): Binding[Value]
  2. implicit def toBindableOps[From](target: From)(implicit tc: Bindable[From]): Ops[From] { type TypeClassType = com.thoughtworks.binding.bindable.Bindable[From]{type Value = tc.Value} }
    Definition Classes
    ToBindableOps
    Annotations
    @SuppressWarnings()
  3. implicit def toBindableSeqOps[From](target: From)(implicit tc: BindableSeq[From]): Ops[From] { type TypeClassType = com.thoughtworks.binding.bindable.BindableSeq[From]{type Value = tc.Value} }
    Definition Classes
    ToBindableSeqOps
    Annotations
    @SuppressWarnings()
  4. object Bindable extends LowPriorityBindable0 with Serializable
  5. object BindableSeq extends LowPriorityJsBindableSeq0 with Serializable

Inherited from ToBindableSeqOps

Inherited from ToBindableOps

Inherited from AnyRef

Inherited from Any

Ungrouped