object PrimitiveEncoder

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrimitiveEncoder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[A0 <: FundamentalType, B0] = PrimitiveEncoder[A0] { type ScalaType = B0 }
  2. implicit class PrimitiveExtensions[T <: FundamentalType, ST] extends AnyRef

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. implicit val boolEncoder: PrimitiveEncoder[BoolType.type] { final type ScalaType = Boolean }
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. implicit val float32Encoder: PrimitiveEncoder[Float32.type] { final type ScalaType = Float }
  10. implicit val float64Encoder: PrimitiveEncoder[Float64.type] { final type ScalaType = Double }
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. implicit val int32Encoder: PrimitiveEncoder[Int32.type] { final type ScalaType = Int }
  14. implicit val int64Encoder: PrimitiveEncoder[Int64.type] { final type ScalaType = Long }
  15. implicit val int8Encoder: PrimitiveEncoder[Int8.type] { final type ScalaType = Byte }
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def lookup(fundamentalType: FundamentalType): PrimitiveEncoder[_ <: FundamentalType]

    Lookup a fundamental type.

  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. implicit val stringEncoder: PrimitiveEncoder[StringType.type] { final type ScalaType = String }
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. implicit val uint32Encoder: PrimitiveEncoder[Uint32.type] { final type ScalaType = Int }
  25. implicit val uint64Encoder: PrimitiveEncoder[Uint64.type] { final type ScalaType = Long }
  26. implicit val uint8Encoder: PrimitiveEncoder[Uint8.type] { final type ScalaType = Byte }
  27. implicit val voidEncoder: PrimitiveEncoder[VoidType.type] { final type ScalaType = Unit }
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped