trait Bindable[-From] extends Serializable
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}")
- Source
- Bindable.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- Bindable
- Serializable
- Any
Implicitly
- by bindableToBinding
- by toBindableSeqOps
- by toBindableOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract type Value
Abstract Value Members
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (Bindable[From], B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final macro def bind: Value
- Implicit
- This member is added by an implicit conversion from Bindable[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[Bindable[From], Value] is in scope.
- Definition Classes
- Binding2Or3
- def bindSeq: BindingSeq[BindableSeq.Value]
- Implicit
- This member is added by an implicit conversion from Bindable[From] toOps[Bindable[From]] { type TypeClassType = com.thoughtworks.binding.bindable.BindableSeq[com.thoughtworks.binding.bindable.Bindable[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[Bindable[From]] is in scope.
- Definition Classes
- Ops
- def ensuring(cond: (Bindable[From]) => Boolean, msg: => Any): Bindable[From]
- def ensuring(cond: (Bindable[From]) => Boolean): Bindable[From]
- def ensuring(cond: Boolean, msg: => Any): Bindable[From]
- def ensuring(cond: Boolean): Bindable[From]
- def equals(arg0: Any): Boolean
- Definition Classes
- Any
- final def flatMap[B](f: (Value) => Binding[B]): Binding[B]
- Implicit
- This member is added by an implicit conversion from Bindable[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[Bindable[From], Value] is in scope.
- Definition Classes
- Binding
- def formatted(fmtstr: String): String
- def hashCode(): Int
- Definition Classes
- Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def map[B](f: (Value) => B): Binding[B]
- Implicit
- This member is added by an implicit conversion from Bindable[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[Bindable[From], Value] is in scope.
- Definition Classes
- Binding
- def toBindingSeq: BindingSeq[BindableSeq.Value]
- Implicit
- This member is added by an implicit conversion from Bindable[From] toOps[Bindable[From]] { type TypeClassType = com.thoughtworks.binding.bindable.BindableSeq[com.thoughtworks.binding.bindable.Bindable[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[Bindable[From]] is in scope.
- Definition Classes
- Ops
- def toString(): String
- Definition Classes
- Any
- final def unwatch(): Unit
- Implicit
- This member is added by an implicit conversion from Bindable[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[Bindable[From], Value] is in scope.
- Definition Classes
- Binding → Watchable
- Annotations
- @inline()
- final def watch(): Unit
- Implicit
- This member is added by an implicit conversion from Bindable[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[Bindable[From], Value] is in scope.
- Definition Classes
- Binding → Watchable
- Annotations
- @inline()
Shadowed Implicit Value Members
- def self: Bindable[From]
- Implicit
- This member is added by an implicit conversion from Bindable[From] toOps[Bindable[From]] { type TypeClassType = com.thoughtworks.binding.bindable.BindableSeq[com.thoughtworks.binding.bindable.Bindable[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[Bindable[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:(bindable: Ops[Bindable[From]] { type TypeClassType = com.thoughtworks.binding.bindable.BindableSeq[com.thoughtworks.binding.bindable.Bindable[From]]{type Value = tc.Value} }).self - Definition Classes
- Ops
- def self: Bindable[From]
- Implicit
- This member is added by an implicit conversion from Bindable[From] toOps[Bindable[From]] { type TypeClassType = com.thoughtworks.binding.bindable.Bindable[com.thoughtworks.binding.bindable.Bindable[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[Bindable[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:(bindable: Ops[Bindable[From]] { type TypeClassType = com.thoughtworks.binding.bindable.Bindable[com.thoughtworks.binding.bindable.Bindable[From]]{type Value = tc.Value} }).self - Definition Classes
- Ops
- def toBinding: Binding[Value]
- Implicit
- This member is added by an implicit conversion from Bindable[From] toOps[Bindable[From]] { type TypeClassType = com.thoughtworks.binding.bindable.Bindable[com.thoughtworks.binding.bindable.Bindable[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[Bindable[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:(bindable: Ops[Bindable[From]] { type TypeClassType = com.thoughtworks.binding.bindable.Bindable[com.thoughtworks.binding.bindable.Bindable[From]]{type Value = tc.Value} }).toBinding - Definition Classes
- Ops
- val typeClassInstance: BindableSeq[Bindable[From]] { type Value = tc.Value }
- Implicit
- This member is added by an implicit conversion from Bindable[From] toOps[Bindable[From]] { type TypeClassType = com.thoughtworks.binding.bindable.BindableSeq[com.thoughtworks.binding.bindable.Bindable[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[Bindable[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:(bindable: Ops[Bindable[From]] { type TypeClassType = com.thoughtworks.binding.bindable.BindableSeq[com.thoughtworks.binding.bindable.Bindable[From]]{type Value = tc.Value} }).typeClassInstance - Definition Classes
- Ops
- val typeClassInstance: Bindable[Bindable[From]] { type Value = tc.Value }
- Implicit
- This member is added by an implicit conversion from Bindable[From] toOps[Bindable[From]] { type TypeClassType = com.thoughtworks.binding.bindable.Bindable[com.thoughtworks.binding.bindable.Bindable[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[Bindable[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:(bindable: Ops[Bindable[From]] { type TypeClassType = com.thoughtworks.binding.bindable.Bindable[com.thoughtworks.binding.bindable.Bindable[From]]{type Value = tc.Value} }).typeClassInstance - Definition Classes
- Ops
Deprecated Value Members
- def →[B](y: B): (Bindable[From], B)
- Implicit
- This member is added by an implicit conversion from Bindable[From] toArrowAssoc[Bindable[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.