Packages

trait BindableSeq[-From] extends Serializable

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}")
Source
package.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BindableSeq
  2. Serializable
  3. Any
Implicitly
  1. by bindableToBinding
  2. by toBindableSeqOps
  3. by toBindableOps
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Value

Abstract Value Members

  1. abstract def getClass(): Class[_ <: AnyRef]
    Definition Classes
    Any
  2. abstract def toBindingSeq(from: From): BindingSeq[Value]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from BindableSeq[From] toany2stringadd[BindableSeq[From]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (BindableSeq[From], B)
    Implicit
    This member is added by an implicit conversion from BindableSeq[From] toArrowAssoc[BindableSeq[From]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. final macro def bind: Value
    Implicit
    This member is added by an implicit conversion from BindableSeq[From] toBinding[Value] performed by method bindableToBinding in com.thoughtworks.binding.bindable.This conversion will take place only if an implicit value of type Lt[BindableSeq[From], Value] is in scope.
    Definition Classes
    Binding
  8. def bindSeq: BindingSeq[Value]
    Implicit
    This member is added by an implicit conversion from BindableSeq[From] toOps[BindableSeq[From]] { type TypeClassType = com.thoughtworks.binding.bindable.BindableSeq[com.thoughtworks.binding.bindable.BindableSeq[From]]{type Value = tc.Value} } performed by method toBindableSeqOps in com.thoughtworks.binding.bindable.BindableSeq.ToBindableSeqOps.This conversion will take place only if an implicit value of type BindableSeq[BindableSeq[From]] is in scope.
    Definition Classes
    Ops
  9. def ensuring(cond: (BindableSeq[From]) => Boolean, msg: => Any): BindableSeq[From]
    Implicit
    This member is added by an implicit conversion from BindableSeq[From] toEnsuring[BindableSeq[From]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (BindableSeq[From]) => Boolean): BindableSeq[From]
    Implicit
    This member is added by an implicit conversion from BindableSeq[From] toEnsuring[BindableSeq[From]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: => Any): BindableSeq[From]
    Implicit
    This member is added by an implicit conversion from BindableSeq[From] toEnsuring[BindableSeq[From]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): BindableSeq[From]
    Implicit
    This member is added by an implicit conversion from BindableSeq[From] toEnsuring[BindableSeq[From]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def equals(arg0: Any): Boolean
    Definition Classes
    Any
  14. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from BindableSeq[From] toStringFormat[BindableSeq[From]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  15. def hashCode(): Int
    Definition Classes
    Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def toBinding: Binding[Bindable.Value]
    Implicit
    This member is added by an implicit conversion from BindableSeq[From] toOps[BindableSeq[From]] { type TypeClassType = com.thoughtworks.binding.bindable.Bindable[com.thoughtworks.binding.bindable.BindableSeq[From]]{type Value = tc.Value} } performed by method toBindableOps in com.thoughtworks.binding.bindable.Bindable.ToBindableOps.This conversion will take place only if an implicit value of type Bindable[BindableSeq[From]] is in scope.
    Definition Classes
    Ops
  18. def toString(): String
    Definition Classes
    Any
  19. final def unwatch(): Unit
    Implicit
    This member is added by an implicit conversion from BindableSeq[From] toBinding[Value] performed by method bindableToBinding in com.thoughtworks.binding.bindable.This conversion will take place only if an implicit value of type Lt[BindableSeq[From], Value] is in scope.
    Definition Classes
    Binding → Watchable
    Annotations
    @inline()
  20. final def watch(): Unit
    Implicit
    This member is added by an implicit conversion from BindableSeq[From] toBinding[Value] performed by method bindableToBinding in com.thoughtworks.binding.bindable.This conversion will take place only if an implicit value of type Lt[BindableSeq[From], Value] is in scope.
    Definition Classes
    Binding → Watchable
    Annotations
    @inline()

Shadowed Implicit Value Members

  1. def self: BindableSeq[From]
    Implicit
    This member is added by an implicit conversion from BindableSeq[From] toOps[BindableSeq[From]] { type TypeClassType = com.thoughtworks.binding.bindable.BindableSeq[com.thoughtworks.binding.bindable.BindableSeq[From]]{type Value = tc.Value} } performed by method toBindableSeqOps in com.thoughtworks.binding.bindable.BindableSeq.ToBindableSeqOps.This conversion will take place only if an implicit value of type BindableSeq[BindableSeq[From]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (bindableSeq: Ops[BindableSeq[From]] { type TypeClassType = com.thoughtworks.binding.bindable.BindableSeq[com.thoughtworks.binding.bindable.BindableSeq[From]]{type Value = tc.Value} }).self
    Definition Classes
    Ops
  2. def self: BindableSeq[From]
    Implicit
    This member is added by an implicit conversion from BindableSeq[From] toOps[BindableSeq[From]] { type TypeClassType = com.thoughtworks.binding.bindable.Bindable[com.thoughtworks.binding.bindable.BindableSeq[From]]{type Value = tc.Value} } performed by method toBindableOps in com.thoughtworks.binding.bindable.Bindable.ToBindableOps.This conversion will take place only if an implicit value of type Bindable[BindableSeq[From]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (bindableSeq: Ops[BindableSeq[From]] { type TypeClassType = com.thoughtworks.binding.bindable.Bindable[com.thoughtworks.binding.bindable.BindableSeq[From]]{type Value = tc.Value} }).self
    Definition Classes
    Ops
  3. def toBindingSeq: BindingSeq[Value]
    Implicit
    This member is added by an implicit conversion from BindableSeq[From] toOps[BindableSeq[From]] { type TypeClassType = com.thoughtworks.binding.bindable.BindableSeq[com.thoughtworks.binding.bindable.BindableSeq[From]]{type Value = tc.Value} } performed by method toBindableSeqOps in com.thoughtworks.binding.bindable.BindableSeq.ToBindableSeqOps.This conversion will take place only if an implicit value of type BindableSeq[BindableSeq[From]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (bindableSeq: Ops[BindableSeq[From]] { type TypeClassType = com.thoughtworks.binding.bindable.BindableSeq[com.thoughtworks.binding.bindable.BindableSeq[From]]{type Value = tc.Value} }).toBindingSeq
    Definition Classes
    Ops
  4. val typeClassInstance: BindableSeq[BindableSeq[From]] { type Value = tc.Value }
    Implicit
    This member is added by an implicit conversion from BindableSeq[From] toOps[BindableSeq[From]] { type TypeClassType = com.thoughtworks.binding.bindable.BindableSeq[com.thoughtworks.binding.bindable.BindableSeq[From]]{type Value = tc.Value} } performed by method toBindableSeqOps in com.thoughtworks.binding.bindable.BindableSeq.ToBindableSeqOps.This conversion will take place only if an implicit value of type BindableSeq[BindableSeq[From]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (bindableSeq: Ops[BindableSeq[From]] { type TypeClassType = com.thoughtworks.binding.bindable.BindableSeq[com.thoughtworks.binding.bindable.BindableSeq[From]]{type Value = tc.Value} }).typeClassInstance
    Definition Classes
    Ops
  5. val typeClassInstance: Bindable[BindableSeq[From]] { type Value = tc.Value }
    Implicit
    This member is added by an implicit conversion from BindableSeq[From] toOps[BindableSeq[From]] { type TypeClassType = com.thoughtworks.binding.bindable.Bindable[com.thoughtworks.binding.bindable.BindableSeq[From]]{type Value = tc.Value} } performed by method toBindableOps in com.thoughtworks.binding.bindable.Bindable.ToBindableOps.This conversion will take place only if an implicit value of type Bindable[BindableSeq[From]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (bindableSeq: Ops[BindableSeq[From]] { type TypeClassType = com.thoughtworks.binding.bindable.Bindable[com.thoughtworks.binding.bindable.BindableSeq[From]]{type Value = tc.Value} }).typeClassInstance
    Definition Classes
    Ops

Deprecated Value Members

  1. def [B](y: B): (BindableSeq[From], B)
    Implicit
    This member is added by an implicit conversion from BindableSeq[From] toArrowAssoc[BindableSeq[From]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Serializable

Inherited from Any

Inherited by implicit conversion bindableToBinding fromBindableSeq[From] to Binding[Value]

Inherited by implicit conversion toBindableSeqOps fromBindableSeq[From] to Ops[BindableSeq[From]] { type TypeClassType = com.thoughtworks.binding.bindable.BindableSeq[com.thoughtworks.binding.bindable.BindableSeq[From]]{type Value = tc.Value} }

Inherited by implicit conversion toBindableOps fromBindableSeq[From] to Ops[BindableSeq[From]] { type TypeClassType = com.thoughtworks.binding.bindable.Bindable[com.thoughtworks.binding.bindable.BindableSeq[From]]{type Value = tc.Value} }

Inherited by implicit conversion any2stringadd fromBindableSeq[From] to any2stringadd[BindableSeq[From]]

Inherited by implicit conversion StringFormat fromBindableSeq[From] to StringFormat[BindableSeq[From]]

Inherited by implicit conversion Ensuring fromBindableSeq[From] to Ensuring[BindableSeq[From]]

Inherited by implicit conversion ArrowAssoc fromBindableSeq[From] to ArrowAssoc[BindableSeq[From]]

Ungrouped