Record

io.taig.skunk.ext.Record$
See theRecord companion class
opaque object Record

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Record.type

Members list

Concise view

Type members

Classlikes

object Created

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Created.type
object Identifier

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final case class Immutable[A](identifier: Identifier, created: Created, value: A)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Immutable

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Plain[A](identifier: Identifier, value: A)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Plain

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Plain.type
object Updated

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Updated.type
object given_Traverse_Record extends Traverse[Record]

Attributes

Graph
Supertypes
trait Traverse[Record]
trait UnorderedTraverse[Record]
trait Foldable[Record]
trait FoldableNFunctions[Record]
trait UnorderedFoldable[Record]
trait Functor[Record]
trait Invariant[Record]
trait Serializable
class Object
trait Matchable
class Any
Self type

Types

opaque type Created
opaque type Identifier
opaque type Updated

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def created[A](value: A): ((Identifier, Created)) => Record[A]
def updated[A](record: Record[A]): Updated => Record[A]