Bindable

com.thoughtworks.binding.bindable.Bindable$
See theBindable companion trait
object Bindable extends BindableJS

Attributes

Companion
trait
Source
Bindable.scala
Graph
Supertypes
trait BindableJS
class Object
trait Matchable
class Any
Self type
Bindable.type

Members list

Type members

Types

type Aux[-From, Value0] = Bindable[From] { type Value = Value0; }

Attributes

Source
Bindable.scala
type Lt[-From, +Value0] = Bindable[From] { type Value <: Value0; }

Attributes

Source
Bindable.scala

Implicits

Implicits

implicit def bindingBindable[Value0]: Aux[Binding[Value0], Value0]

Attributes

Source
Bindable.scala
implicit def futureBindable[Value0](implicit executionContext: ExecutionContext): Aux[Future[Value0], Option[Try[Value0]]]

Attributes

Source
Bindable.scala

Inherited implicits

implicit def constantBindable[Value0]: Aux[Value0, Value0]

Attributes

Inherited from:
LowPriorityBindable0 (hidden)
Source
Bindable.scala