Class/Object

ml.combust.mleap.runtime.types

CustomType

Related Docs: object CustomType | package types

Permalink

class CustomType extends DataType with bundle.custom.CustomType[Any]

Linear Supertypes
bundle.custom.CustomType[Any], DataType, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CustomType
  2. CustomType
  3. DataType
  4. Serializable
  5. Serializable
  6. AnyRef
  7. 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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def fits(other: DataType): Boolean

    Permalink
    Definition Classes
    DataType
  10. def format: RootJsonFormat[Any]

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    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. def isSmall(obj: Any): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
    Definition Classes
    CustomType → CustomType
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

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

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

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

Inherited from bundle.custom.CustomType[Any]

Inherited from DataType

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped