Record

io.taig.skunk.ext.Record
See theRecord companion object
final case class Record[A](identifier: Identifier, updated: Option[Updated], created: Created, value: A)

Attributes

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

Members list

Concise view

Value members

Concrete methods

def map[B](f: A => B): Record[B]
def traverse[G[_] : Applicative, B](f: A => G[B]): G[Record[B]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product