longCodec

mcodec.StdCodecs.longCodec
object longCodec extends SimpleCodec[Long]

Attributes

Source
StdCodecs.scala
Graph
Supertypes
trait SimpleCodec[Long]
trait MCodec[Long]
class Object
trait Matchable
class Any
Show all
Self type
StdCodecs.this.StdCodecs.this.longCodec.type

Members list

Value members

Concrete methods

Attributes

Source
StdCodecs.scala

Attributes

Source
StdCodecs.scala

Inherited methods

final def nullable: MCodec[Long | Null]

Attributes

Inherited from:
MCodec
Source
MCodec.scala
final def read(input: Input): Long

Attributes

Inherited from:
NullSafeCodec
Source
BaseCodecs.scala
final def readNonNull(input: Input): Long

Attributes

Inherited from:
SimpleCodec
Source
BaseCodecs.scala
final inline def transform[U](inline onWrite: U => Long, inline onRead: Long => U): MCodec[U]

Attributes

Inherited from:
MCodec
Source
MCodec.scala
final def transformed[U](onRead: Long => U)(onWrite: U => Long): MCodec[U]

Attributes

Inherited from:
MCodec
Source
MCodec.scala
final def write(output: Output, value: Long): Unit

Attributes

Inherited from:
NullSafeCodec
Source
BaseCodecs.scala
final def writeNonNull(output: Output, value: Long): Unit

Attributes

Inherited from:
SimpleCodec
Source
BaseCodecs.scala