Object/Trait

com.truecar.mleap.runtime

LeapFrame

Related Docs: trait LeapFrame | package runtime

Permalink

object LeapFrame extends LeapFrameUtil with Serializable

Linear Supertypes
Serializable, Serializable, LeapFrameUtil, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LeapFrame
  2. Serializable
  3. Serializable
  4. LeapFrameUtil
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. implicit class Ops[F] extends AnyRef

    Permalink

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. def distinct[T](t: T)(implicit arg0: LeapFrame[T]): T

    Permalink
  7. def dropField[T](t: T, name: String)(implicit arg0: LeapFrame[T]): Try[T]

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def fromMap(map: Map[String, Any]): LocalLeapFrame

    Permalink
    Definition Classes
    LeapFrameUtil
  12. def get[T](t: T, row: Row, field: String)(implicit arg0: LeapFrame[T]): Any

    Permalink
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getDouble[T](t: T, row: Row, field: String)(implicit arg0: LeapFrame[T]): Double

    Permalink
  15. def getString[T](t: T, row: Row, field: String)(implicit arg0: LeapFrame[T]): String

    Permalink
  16. def getStringArray[T](t: T, row: Row, field: String)(implicit arg0: LeapFrame[T]): Array[String]

    Permalink
  17. def getVector[T](t: T, row: Row, field: String)(implicit arg0: LeapFrame[T]): Vector

    Permalink
  18. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  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. def schema[T](t: T)(implicit arg0: LeapFrame[T]): StructType

    Permalink
  24. def select[T](t: T, fieldNames: String*)(implicit arg0: LeapFrame[T]): Try[T]

    Permalink
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toLocal[T](t: T)(implicit arg0: LeapFrame[T]): LocalLeapFrame

    Permalink
  27. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def withField[T](t: T, field: StructField, f: (Row) ⇒ Any)(implicit arg0: LeapFrame[T]): Try[T]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from LeapFrameUtil

Inherited from AnyRef

Inherited from Any

Ungrouped