ArrayRecord

com.github.tarao.record4s.typing.ArrayRecord
object ArrayRecord

Attributes

Source
ArrayRecord.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final class Concat[R1, R2] extends MaybeError

Attributes

Companion
object
Source
ArrayRecord.scala
Supertypes
trait MaybeError
class Object
trait Matchable
class Any
object Concat

Attributes

Companion
class
Source
ArrayRecord.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Concat.type
final class Lookup[R, Label]

Attributes

Companion
object
Source
ArrayRecord.scala
Supertypes
class Object
trait Matchable
class Any
object Lookup

Attributes

Companion
class
Source
ArrayRecord.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Lookup.type

Types

type Aux[R, Out0 <: ProductRecord] = Concat[EmptyTuple, R] { type Out = Out0; }

Attributes

Source
ArrayRecord.scala