object PrimitiveEncoder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PrimitiveEncoder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Aux[A0 <: FundamentalType, B0] = PrimitiveEncoder[A0] { type ScalaType = B0 }
- implicit class PrimitiveExtensions[T <: FundamentalType, ST] extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val boolEncoder: PrimitiveEncoder[BoolType.type] { final type ScalaType = Boolean }
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit val float32Encoder: PrimitiveEncoder[Float32.type] { final type ScalaType = Float }
- implicit val float64Encoder: PrimitiveEncoder[Float64.type] { final type ScalaType = Double }
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit val int32Encoder: PrimitiveEncoder[Int32.type] { final type ScalaType = Int }
- implicit val int64Encoder: PrimitiveEncoder[Int64.type] { final type ScalaType = Long }
- implicit val int8Encoder: PrimitiveEncoder[Int8.type] { final type ScalaType = Byte }
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lookup(fundamentalType: FundamentalType): PrimitiveEncoder[_ <: FundamentalType]
Lookup a fundamental type.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit val stringEncoder: PrimitiveEncoder[StringType.type] { final type ScalaType = String }
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- implicit val uint32Encoder: PrimitiveEncoder[Uint32.type] { final type ScalaType = Int }
- implicit val uint64Encoder: PrimitiveEncoder[Uint64.type] { final type ScalaType = Long }
- implicit val uint8Encoder: PrimitiveEncoder[Uint8.type] { final type ScalaType = Byte }
- implicit val voidEncoder: PrimitiveEncoder[VoidType.type] { final type ScalaType = Unit }
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])