com.thoughtworks.binding

bindable

package bindable

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. bindable
  2. ToBindableSeqOps
  3. ToBindableOps
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Bindable[-From] extends Serializable

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

  2. trait BindableSeq[-From] extends Serializable

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

Value Members

  1. object Bindable extends LowPriorityBindable0 with Serializable

  2. object BindableSeq extends LowPriorityJsBindableSeq0 with Serializable

  3. implicit def bindableToBinding[From, Value](from: From)(implicit bindable: Lt[From, Value]): Binding[Value]

  4. 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()
  5. 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()

Inherited from ToBindableSeqOps

Inherited from ToBindableOps

Inherited from AnyRef

Inherited from Any

Ungrouped