Class/Object

ml.combust.mleap.runtime.types

CustomType

Related Docs: object CustomType | package types

Permalink

case class CustomType extends DataType with bundle.custom.CustomType[Any] with Product with Serializable

Linear Supertypes
Product, Equals, bundle.custom.CustomType[Any], DataType, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CustomType
  2. Product
  3. Equals
  4. CustomType
  5. DataType
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def asNullable: DataType

    Permalink
    Definition Classes
    CustomTypeDataType
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val ct: bundle.custom.CustomType[Any]

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    CustomType → AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def format: RootJsonFormat[Any]

    Permalink
    Definition Classes
    CustomType → CustomType
  12. def fromBytes(bytes: Array[Byte]): Any

    Permalink
    Definition Classes
    CustomType → CustomType
  13. def fromJsonBytes(bytes: Array[Byte]): Any

    Permalink
    Definition Classes
    CustomType → CustomType
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def isLarge(obj: Any): Boolean

    Permalink
    Definition Classes
    CustomType → CustomType
  17. val isNullable: Boolean

    Permalink
    Definition Classes
    CustomTypeDataType
  18. def isSmall(obj: Any): Boolean

    Permalink
    Definition Classes
    CustomType → CustomType
  19. val klazz: Class[Any]

    Permalink
    Definition Classes
    CustomType → CustomType
  20. def name: String

    Permalink
    Definition Classes
    CustomType → CustomType
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def printString: String

    Permalink
    Definition Classes
    CustomTypeDataType
  25. def simpleString: String

    Permalink
    Definition Classes
    CustomTypeDataType
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toBytes(obj: Any): Array[Byte]

    Permalink
    Definition Classes
    CustomType → CustomType
  28. def toJsonBytes(obj: Any): Array[Byte]

    Permalink
    Definition Classes
    CustomType → CustomType
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from bundle.custom.CustomType[Any]

Inherited from DataType

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped