object ValueEncoder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ValueEncoder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- def apply[T](x: T)(implicit arg0: ValueEncoder[T]): Element
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val boolEncoder: ValueEncoder[Boolean] { def dataType: ai.mantik.ds.FundamentalType.BoolType.type }
- implicit val byteEncoder: ValueEncoder[Byte] { def dataType: ai.mantik.ds.FundamentalType.Int8.type }
- implicit val charEncoder: ValueEncoder[Char] { def dataType: ai.mantik.ds.FundamentalType.Int32.type }
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- implicit val doubleEncoder: ValueEncoder[Double] { def dataType: ai.mantik.ds.FundamentalType.Float64.type }
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val floatEncoder: ValueEncoder[Float] { def dataType: ai.mantik.ds.FundamentalType.Float32.type }
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit val intEncoder: ValueEncoder[Int] { def dataType: ai.mantik.ds.FundamentalType.Int32.type }
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val longEncoder: ValueEncoder[Long] { def dataType: ai.mantik.ds.FundamentalType.Int64.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 def optionalEncoder[T](implicit subEncoder: ValueEncoder[T]): ValueEncoder[Option[T]]
- implicit val shortEncoder: ValueEncoder[Short] { def dataType: ai.mantik.ds.FundamentalType.Int32.type }
- implicit val stringEncoder: ValueEncoder[String] { def dataType: ai.mantik.ds.FundamentalType.StringType.type }
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- implicit val unitEncoder: ValueEncoder[Unit] { def dataType: ai.mantik.ds.FundamentalType.VoidType.type }
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def wrap[T](x: T)(implicit arg0: ValueEncoder[T]): Element