Packages

object Fmt extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Fmt
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Container[A] extends Fmt
  2. sealed trait MArray extends Container[Vector[Fmt]]
  3. final case class MBigInt(value: BigInt) extends MNumber with Product with Serializable
  4. final case class MBin(value: Array[Byte]) extends Fmt with Product with Serializable
  5. sealed abstract class MBool extends Fmt
  6. final case class MByte(value: Byte) extends MNumber with Product with Serializable
  7. final case class MDouble(value: Double) extends MNumber with Product with Serializable
  8. final case class MExtension(typ: Byte, size: Int, value: Array[Byte]) extends Fmt with Product with Serializable
  9. final case class MFloat(value: Float) extends MNumber with Product with Serializable
  10. final case class MInt(value: Int) extends MNumber with Product with Serializable
  11. final case class MLong(value: Long) extends MNumber with Product with Serializable
  12. sealed trait MMap extends Container[Map[Fmt, Fmt]]
  13. sealed trait MNumber extends Fmt
  14. final case class MShort(value: Short) extends MNumber with Product with Serializable
  15. final case class MString(value: String) extends Fmt with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def extension(typ: Byte, size: Int, bytes: Array[Byte]): Fmt
  9. def fromBigInt(value: BigInt): Fmt
  10. def fromBoolean(value: Boolean): Fmt
  11. def fromByte(value: Byte): Fmt
  12. def fromBytes(x: Array[Byte]): Fmt
  13. def fromDouble(value: Double): Fmt
  14. def fromEntries(value: (Fmt, Fmt)*): Fmt
  15. def fromFloat(value: Float): Fmt
  16. def fromInt(value: Int): Fmt
  17. def fromLong(value: Long): Fmt
  18. def fromLsit(value: List[Fmt]): Fmt
  19. def fromMap(value: Map[Fmt, Fmt]): Fmt
  20. def fromSeq(value: Seq[Fmt]): Fmt
  21. def fromShort(value: Short): Fmt
  22. def fromString(value: String): Fmt
  23. def fromValues(value: Fmt*): Fmt
  24. def fromVector(value: Vector[Fmt]): Fmt
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def nil: Fmt
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def pack(msgPack: Fmt, config: PackerConfig): Array[Byte]
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def unit: Fmt
  36. def unpack(buffer: MessageUnpacker): Fmt
  37. def unpack(bytes: Array[Byte], config: UnpackerConfig): Fmt
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. object MArray extends Serializable
  42. object MBool extends Serializable
  43. object MMap extends Serializable
  44. object MNil extends Fmt with Product with Serializable
  45. object MUnit extends Fmt with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped