ControlSet

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

Type members

Classlikes

object Value
Companion
class
final case class Value extends ControlSet
Companion
object
object Vector
Companion
class
final case class Vector extends ControlSet
Companion
object

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

Implicits

Implicits

implicit def intDoubleControlSet(tup: (Int, Double)): Value
implicit def intFloatControlSet(tup: (Int, Float)): Value
implicit def intFloatsControlSet(tup: (Int, Seq[Float])): Vector
implicit def intIntControlSet(tup: (Int, Int)): Value
implicit def stringDoubleControlSet(tup: (String, Double)): Value
implicit def stringFloatControlSet(tup: (String, Float)): Value
implicit def stringFloatsControlSet(tup: (String, Seq[Float])): Vector
implicit def stringIntControlSet(tup: (String, Int)): Value