RecordLikeArrayRecord

com.github.tarao.record4s.ArrayRecord.RecordLikeArrayRecord
final class RecordLikeArrayRecord[R] extends RecordLike[ArrayRecord[R]]

Attributes

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

Members list

Type members

Inherited types

type ElemLabels <: Tuple

Attributes

Inherited from:
RecordLike
Source
RecordLike.scala
type ElemTypes <: Tuple

Attributes

Inherited from:
RecordLike
Source
RecordLike.scala
type FieldTypes

Attributes

Inherited from:
RecordLike
Source
RecordLike.scala
type Ordered <: Boolean

Attributes

Inherited from:
RecordLike
Source
RecordLike.scala
type Tags = Any

Attributes

Inherited from:
RecordLike
Source
RecordLike.scala

Attributes

Inherited from:
RecordLike
Source
RecordLike.scala

Value members

Concrete methods

def iterableOf(r: ArrayRecord[R]): Iterable[(String, Any)]

Attributes

Source
ArrayRecord.scala

Inherited methods

inline def elemLabels: Seq[String]

Attributes

Inherited from:
RecordLike
Source
RecordLike.scala
inline def forceOrderedIterableOf(r: ArrayRecord[R]): Iterable[(String, Any)]

Attributes

Inherited from:
RecordLike
Source
RecordLike.scala
inline def orderedIterableOf(r: ArrayRecord[R]): Iterable[(String, Any)]

Attributes

Inherited from:
RecordLike
Source
RecordLike.scala
inline def tidiedIterableOf(r: ArrayRecord[R], reorder: Boolean): Iterable[(String, Any)]

Attributes

Inherited from:
RecordLike
Source
RecordLike.scala
inline def tidiedIterableOf(r: ArrayRecord[R]): Iterable[(String, Any)]

Attributes

Inherited from:
RecordLike
Source
RecordLike.scala