InputElem

made.InputElem
See theInputElem companion trait
object InputElem

Attributes

Companion
trait
Graph
Supertypes
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; }