OfTuple

com.github.tarao.record4s.RecordLike.OfTuple
final class OfTuple[T <: Tuple] extends RecordLike[T]

Attributes

Source
RecordLike.scala
Graph
Supertypes
trait RecordLike[T]
class Object
trait Matchable
class Any

Members list

Type members

Types

type ElemLabels = LabelsOf[T]

Attributes

Source
RecordLike.scala
type ElemTypes = TypesOf[T]

Attributes

Source
RecordLike.scala
type FieldTypes = T

Attributes

Source
RecordLike.scala
type Ordered = true

Attributes

Source
RecordLike.scala

Inherited types

type Tags = Any

Attributes

Inherited from:
RecordLike
Source
RecordLike.scala

Attributes

Inherited from:
RecordLike
Source
RecordLike.scala

Value members

Concrete methods

def iterableOf(tp: T): Iterable[(String, Any)]

Attributes

Source
RecordLike.scala

Inherited methods

inline def elemLabels: Seq[String]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
RecordLike
Source
RecordLike.scala