com.thoughtworks.binding.bindable

Members list

Type members

Classlikes

object Bindable extends BindableJS

Attributes

Companion
trait
Source
Bindable.scala
Supertypes
trait BindableJS
class Object
trait Matchable
class Any
Self type
Bindable.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
Supertypes
class Object
trait Matchable
class Any
object BindableSeq

Attributes

Companion
trait
Source
Bindable.scala
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
Supertypes
class Object
trait Matchable
class Any

Extensions

Extensions

extension [From](from: From)(from: From)(using bindable: Bindable[From])

Attributes

Source
package.scala
extension [From](from: From)(from: From)(using bindableSeq: BindableSeq[From])

Attributes

Source
package.scala

Attributes

Source
package.scala