BindableSeq

com.thoughtworks.binding.bindable.BindableSeq
See theBindableSeq companion object
trait BindableSeq[-From]

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

Members list

Concise view

Type members

Types

type Value

Attributes

Source:
Bindable.scala

Value members

Abstract methods

def toBindingSeq(from: From): BindingSeq[Value]

Attributes

Source:
Bindable.scala