RecordLikeRecord

com.github.tarao.record4s.Record.RecordLikeRecord
final class RecordLikeRecord[R <: %] extends RecordLike[R]

Attributes

Source
Record.scala
Graph
Supertypes
trait RecordLike[R]
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: R): Iterable[(String, Any)]

Attributes

Source
Record.scala

Inherited methods

inline def elemLabels: Seq[String]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
RecordLike
Source
RecordLike.scala