SingletonCodec
mcodec.SingletonCodec
final class SingletonCodec[T](val value: T) extends ObjectCodec[T], SizedCodec[T]
Attributes
- Source
- DerivedCodecs.scala
- Graph
-
- Supertypes
-
trait SizedCodec[T]trait ObjectCodec[T]trait NullSafeCodec[T]trait MCodec[T]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- DerivedCodecs.scala
Attributes
- Source
- DerivedCodecs.scala
Attributes
- Source
- DerivedCodecs.scala
Inherited methods
Attributes
- Inherited from:
- MCodec
- Source
- MCodec.scala
Attributes
- Inherited from:
- NullSafeCodec
- Source
- BaseCodecs.scala
Attributes
- Inherited from:
- ObjectCodec
- Source
- BaseCodecs.scala
Attributes
- Inherited from:
- MCodec
- Source
- MCodec.scala
Attributes
- Inherited from:
- MCodec
- Source
- MCodec.scala
Attributes
- Inherited from:
- NullSafeCodec
- Source
- BaseCodecs.scala
Attributes
- Inherited from:
- ObjectCodec
- Source
- BaseCodecs.scala
Concrete fields
Attributes
- Source
- DerivedCodecs.scala
In this article