BindSet

object BindSet

BindSet defines how a binding should be applied when first defined

Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case
object LeftToRight extends BindSet

The left value is assigned to the right

The left value is assigned to the right

case
object None extends BindSet

Values are not modified at bind-time

Values are not modified at bind-time

case
object RightToLeft extends BindSet

The right value is assigned to the left

The right value is assigned to the left

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror