Bindable

com.thoughtworks.binding.bindable.Bindable
See theBindable companion object
trait Bindable[-From]

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

Members list

Concise view

Type members

Types

type Value

Attributes

Source:
Bindable.scala

Value members

Abstract methods

def toBinding(from: From): Binding[Value]

Attributes

Source:
Bindable.scala