InputElem

halotukozak.made.InputElem
See theInputElem companion trait
object InputElem

Attributes

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

Members list

Type members

Types

type ExtractLabel[E] = E match { case LabelOf[l] => l }
type ExtractOf[X] = X match { case Of[t] => t }
type LabelOf[l <: String] = InputElem { type Label = l; }
type Of[T] = InputElem { type Type = T; }
type OuterOf[T] = InputElem { type OuterType = T; }

Inherited and Abstract types

The names of the product elements.

The names of the product elements.

Attributes

Inherited from:
Mirror

The name of the type.

The name of the type.

Attributes

Inherited from:
Mirror