object ValueEncoder

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

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. def apply[T](x: T)(implicit arg0: ValueEncoder[T]): Element
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit val boolEncoder: ValueEncoder[Boolean] { def dataType: ai.mantik.ds.FundamentalType.BoolType.type }
  7. implicit val byteEncoder: ValueEncoder[Byte] { def dataType: ai.mantik.ds.FundamentalType.Int8.type }
  8. implicit val charEncoder: ValueEncoder[Char] { def dataType: ai.mantik.ds.FundamentalType.Int32.type }
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. implicit val doubleEncoder: ValueEncoder[Double] { def dataType: ai.mantik.ds.FundamentalType.Float64.type }
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. implicit val floatEncoder: ValueEncoder[Float] { def dataType: ai.mantik.ds.FundamentalType.Float32.type }
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. implicit val intEncoder: ValueEncoder[Int] { def dataType: ai.mantik.ds.FundamentalType.Int32.type }
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. implicit val longEncoder: ValueEncoder[Long] { def dataType: ai.mantik.ds.FundamentalType.Int64.type }
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. implicit def optionalEncoder[T](implicit subEncoder: ValueEncoder[T]): ValueEncoder[Option[T]]
  23. implicit val shortEncoder: ValueEncoder[Short] { def dataType: ai.mantik.ds.FundamentalType.Int32.type }
  24. implicit val stringEncoder: ValueEncoder[String] { def dataType: ai.mantik.ds.FundamentalType.StringType.type }
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. implicit val unitEncoder: ValueEncoder[Unit] { def dataType: ai.mantik.ds.FundamentalType.VoidType.type }
  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( ... )
  31. def wrap[T](x: T)(implicit arg0: ValueEncoder[T]): Element

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