Package

scodec.interop

spire

Permalink

package spire

Integrates Spire with scodec.

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. spire
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class SpireCodecEnrichment[A] extends AnyVal

    Permalink

    Provides enrichments for Codec[A] related to Spire.

Value Members

  1. val subyte: Codec[UByte]

    Permalink
  2. def suint(bits: Int): Codec[UInt]

    Permalink
  3. val suint16: Codec[UInt]

    Permalink
  4. val suint16L: Codec[UInt]

    Permalink
  5. val suint24: Codec[UInt]

    Permalink
  6. val suint24L: Codec[UInt]

    Permalink
  7. val suint32: Codec[UInt]

    Permalink
  8. val suint32L: Codec[UInt]

    Permalink
  9. val suint64: Codec[ULong]

    Permalink
  10. val suint64L: Codec[ULong]

    Permalink
  11. val suint8: Codec[UInt]

    Permalink
  12. val suint8L: Codec[UInt]

    Permalink
  13. def suintL(bits: Int): Codec[UInt]

    Permalink
  14. def sulong(bits: Int): Codec[ULong]

    Permalink
  15. def sulongL(bits: Int): Codec[ULong]

    Permalink
  16. def sushort(bits: Int): Codec[UShort]

    Permalink
  17. val sushort16: Codec[UShort]

    Permalink
  18. val sushort16L: Codec[UShort]

    Permalink
  19. val sushort8: Codec[UShort]

    Permalink
  20. def sushortL(bits: Int): Codec[UShort]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped