com.thoughtworks.binding.bindable

Members list

Concise view

Type members

Classlikes

object Bindable extends BindableJS

Attributes

Companion:
trait
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
Graph
Supertypes
class Object
trait Matchable
class Any
object BindableSeq extends LowPriorityJsBindableSeq0

Attributes

Companion:
trait
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
Graph
Supertypes
class Object
trait Matchable
class Any

Givens

Givens

given given_Conversion_From_Value[From, Value](using bindable: Lt[From, Value]): given_Conversion_From_Value[From, Value]

Extensions

Extensions

extension [From](from: From)
def toBinding(using bindable: Bindable[From]): Binding[Value]
extension [From](from: From)
def bindSeq(using bindableSeq: BindableSeq[From]): BindingSeq[Value]
def toBindingSeq(using bindableSeq: BindableSeq[From]): BindingSeq[Value]