KlangSpec

object KlangSpec extends ProductReader[KlangSpec]
Companion
class
trait Product
trait Mirror
trait ProductReader[KlangSpec]
class Object
trait Matchable
class Any

Type members

Classlikes

final case
class Seq(elems: IndexedSeq[KlangSpec]) extends GE
Companion
object
object Seq extends ProductReader[Seq]
Companion
class

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

Value members

Concrete methods

def fill(n: Int)(thunk: => (GE, GE, GE)): Seq
override
def read(in: RefMapIn, key: String, arity: Int): KlangSpec
Definition Classes
ProductReader
def tabulate(n: Int)(func: Int => (GE, GE, GE)): Seq