trait ToBindableOps extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- ToBindableOps
- AnyRef
- Any
Implicitly
- by bindableToBinding
- by toBindableSeqOps
- by toBindableOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
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 ToBindableOps toany2stringadd[ToBindableOps] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (ToBindableOps, B)
- Implicit
- This member is added by an implicit conversion from ToBindableOps toArrowAssoc[ToBindableOps] 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 ToBindableOps toBinding[Value] performed by method bindableToBinding in com.thoughtworks.binding.bindable.This conversion will take place only if an implicit value of type Lt[ToBindableOps, Value] is in scope.
- Definition Classes
- Binding2Or3
- def bindSeq: BindingSeq[Value]
- Implicit
- This member is added by an implicit conversion from ToBindableOps toBindableSeq.Ops[ToBindableOps] { type TypeClassType = com.thoughtworks.binding.bindable.BindableSeq[com.thoughtworks.binding.bindable.Bindable.ToBindableOps]{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[ToBindableOps] 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: (ToBindableOps) => Boolean, msg: => Any): ToBindableOps
- Implicit
- This member is added by an implicit conversion from ToBindableOps toEnsuring[ToBindableOps] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (ToBindableOps) => Boolean): ToBindableOps
- Implicit
- This member is added by an implicit conversion from ToBindableOps toEnsuring[ToBindableOps] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): ToBindableOps
- Implicit
- This member is added by an implicit conversion from ToBindableOps toEnsuring[ToBindableOps] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): ToBindableOps
- Implicit
- This member is added by an implicit conversion from ToBindableOps toEnsuring[ToBindableOps] 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 ToBindableOps toBinding[Value] performed by method bindableToBinding in com.thoughtworks.binding.bindable.This conversion will take place only if an implicit value of type Lt[ToBindableOps, Value] is in scope.
- Definition Classes
- Binding
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ToBindableOps toStringFormat[ToBindableOps] 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 ToBindableOps toBinding[Value] performed by method bindableToBinding in com.thoughtworks.binding.bindable.This conversion will take place only if an implicit value of type Lt[ToBindableOps, 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
- implicit def toBindableOps[From](target: From)(implicit tc: Bindable[From]): Ops[From] { type TypeClassType = com.thoughtworks.binding.bindable.Bindable[From]{type Value = tc.Value} }
- Annotations
- @SuppressWarnings()
- def toBinding: Binding[Value]
- Implicit
- This member is added by an implicit conversion from ToBindableOps toOps[ToBindableOps] { type TypeClassType = com.thoughtworks.binding.bindable.Bindable[com.thoughtworks.binding.bindable.Bindable.ToBindableOps]{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[ToBindableOps] is in scope.
- Definition Classes
- Ops
- def toBindingSeq: BindingSeq[Value]
- Implicit
- This member is added by an implicit conversion from ToBindableOps toBindableSeq.Ops[ToBindableOps] { type TypeClassType = com.thoughtworks.binding.bindable.BindableSeq[com.thoughtworks.binding.bindable.Bindable.ToBindableOps]{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[ToBindableOps] 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 ToBindableOps toBinding[Value] performed by method bindableToBinding in com.thoughtworks.binding.bindable.This conversion will take place only if an implicit value of type Lt[ToBindableOps, 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 ToBindableOps toBinding[Value] performed by method bindableToBinding in com.thoughtworks.binding.bindable.This conversion will take place only if an implicit value of type Lt[ToBindableOps, Value] is in scope.
- Definition Classes
- Binding → Watchable
- Annotations
- @inline()
Shadowed Implicit Value Members
- def self: ToBindableOps
- Implicit
- This member is added by an implicit conversion from ToBindableOps toBindableSeq.Ops[ToBindableOps] { type TypeClassType = com.thoughtworks.binding.bindable.BindableSeq[com.thoughtworks.binding.bindable.Bindable.ToBindableOps]{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[ToBindableOps] 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:(toBindableOps: BindableSeq.Ops[ToBindableOps] { type TypeClassType = com.thoughtworks.binding.bindable.BindableSeq[com.thoughtworks.binding.bindable.Bindable.ToBindableOps]{type Value = tc.Value} }).self - Definition Classes
- Ops
- def self: ToBindableOps
- Implicit
- This member is added by an implicit conversion from ToBindableOps toOps[ToBindableOps] { type TypeClassType = com.thoughtworks.binding.bindable.Bindable[com.thoughtworks.binding.bindable.Bindable.ToBindableOps]{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[ToBindableOps] 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:(toBindableOps: Ops[ToBindableOps] { type TypeClassType = com.thoughtworks.binding.bindable.Bindable[com.thoughtworks.binding.bindable.Bindable.ToBindableOps]{type Value = tc.Value} }).self - Definition Classes
- Ops
- val typeClassInstance: BindableSeq[ToBindableOps] { type Value = tc.Value }
- Implicit
- This member is added by an implicit conversion from ToBindableOps toBindableSeq.Ops[ToBindableOps] { type TypeClassType = com.thoughtworks.binding.bindable.BindableSeq[com.thoughtworks.binding.bindable.Bindable.ToBindableOps]{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[ToBindableOps] 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:(toBindableOps: BindableSeq.Ops[ToBindableOps] { type TypeClassType = com.thoughtworks.binding.bindable.BindableSeq[com.thoughtworks.binding.bindable.Bindable.ToBindableOps]{type Value = tc.Value} }).typeClassInstance - Definition Classes
- Ops
- val typeClassInstance: Bindable[ToBindableOps] { type Value = tc.Value }
- Implicit
- This member is added by an implicit conversion from ToBindableOps toOps[ToBindableOps] { type TypeClassType = com.thoughtworks.binding.bindable.Bindable[com.thoughtworks.binding.bindable.Bindable.ToBindableOps]{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[ToBindableOps] 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:(toBindableOps: Ops[ToBindableOps] { type TypeClassType = com.thoughtworks.binding.bindable.Bindable[com.thoughtworks.binding.bindable.Bindable.ToBindableOps]{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): (ToBindableOps, B)
- Implicit
- This member is added by an implicit conversion from ToBindableOps toArrowAssoc[ToBindableOps] 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.