com.thoughtworks.binding.bindable

Members list

Concise view

Type members

Classlikes

object Bindable extends BindableJS

Attributes

Companion:
trait
Source:
Bindable.scala
Graph
Supertypes
trait BindableJS
class Object
trait Matchable
class Any
Self type
trait Bindable[-From]

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

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

Attributes

Companion:
object
Source:
Bindable.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Source:
Bindable.scala
Graph
Supertypes
trait LowPriorityJsBindableSeq0
trait LowPriorityJsBindableSeq2
class Object
trait Matchable
class Any
Self type
trait BindableSeq[-From]

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

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

Attributes

Companion:
object
Source:
Bindable.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Extensions

Extensions

extension [From](from: From)
def toBinding(using bindable: Bindable[From]): Binding[Value]

Attributes

Source:
package.scala
extension [From](from: From)
def bindSeq(using bindableSeq: BindableSeq[From]): BindingSeq[Value]

Attributes

Source:
package.scala
def toBindingSeq(using bindableSeq: BindableSeq[From]): BindingSeq[Value]

Attributes

Source:
package.scala