trait BindableSeq[-From] extends BindableSeqScaladoc with Serializable
A dependent type class that witnesses a type that can be converted to a
BindingSeq[Value].
<invalid inheritdoc annotation>
- Annotations
- @implicitNotFound("Could not find an instance of BindableSeq for ${From}")
- Source
- Bindable.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- BindableSeq
- Serializable
- BindableSeqScaladoc
- AnyRef
- 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
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- 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
- 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()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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
- Binding2Or3
- 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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- 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
- 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
- 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
- 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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def flatMap[B](f: (Value) => Binding[B]): Binding[B]
- 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
- 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()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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 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
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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
- 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
- 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
- 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
- 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
- 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
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- 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.