BindSet

reactify.bind.BindSet
See theBindSet companion trait
object BindSet

BindSet defines how a binding should be applied when first defined

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
BindSet.type

Members list

Type members

Classlikes

case object LeftToRight extends BindSet

The left value is assigned to the right

The left value is assigned to the right

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait BindSet
class Object
trait Matchable
class Any
Show all
Self type
case object None extends BindSet

Values are not modified at bind-time

Values are not modified at bind-time

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait BindSet
class Object
trait Matchable
class Any
Show all
Self type
None.type
case object RightToLeft extends BindSet

The right value is assigned to the left

The right value is assigned to the left

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait BindSet
class Object
trait Matchable
class Any
Show all
Self type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror