Trait

doric.types

LiteralSparkTypeLPI_II

Related Doc: package types

Permalink

trait LiteralSparkTypeLPI_II extends LiteralSparkTypeLPI_III

Self Type
LiteralSparkType.type
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LiteralSparkTypeLPI_II
  2. LiteralSparkTypeLPI_III
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  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. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from LiteralSparkTypeLPI_II to any2stringadd[LiteralSparkTypeLPI_II] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (LiteralSparkTypeLPI_II, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from LiteralSparkTypeLPI_II to ArrowAssoc[LiteralSparkTypeLPI_II] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def arraytt[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): scala.reflect.api.JavaUniverse.TypeTag[Array[T]]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def ensuring(cond: (LiteralSparkTypeLPI_II) ⇒ Boolean, msg: ⇒ Any): LiteralSparkTypeLPI_II

    Permalink
    Implicit information
    This member is added by an implicit conversion from LiteralSparkTypeLPI_II to Ensuring[LiteralSparkTypeLPI_II] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (LiteralSparkTypeLPI_II) ⇒ Boolean): LiteralSparkTypeLPI_II

    Permalink
    Implicit information
    This member is added by an implicit conversion from LiteralSparkTypeLPI_II to Ensuring[LiteralSparkTypeLPI_II] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): LiteralSparkTypeLPI_II

    Permalink
    Implicit information
    This member is added by an implicit conversion from LiteralSparkTypeLPI_II to Ensuring[LiteralSparkTypeLPI_II] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): LiteralSparkTypeLPI_II

    Permalink
    Implicit information
    This member is added by an implicit conversion from LiteralSparkTypeLPI_II to Ensuring[LiteralSparkTypeLPI_II] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from LiteralSparkTypeLPI_II to StringFormat[LiteralSparkTypeLPI_II] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. implicit def fromArray[A](implicit lst: LiteralSparkType[A]): Custom[Array[A], Array[OriginalSparkType]]

    Permalink
  18. implicit def fromMap[K, V](implicit stk: LiteralSparkType[K], stv: LiteralSparkType[V]): Custom[Map[K, V], Map[OriginalSparkType, OriginalSparkType]]

    Permalink
  19. implicit def fromOption[A](implicit lst: LiteralSparkType[A]): Custom[Option[A], OriginalSparkType]

    Permalink
  20. implicit def fromProduct[T <: Product](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T], arg1: ClassTag[T]): Primitive[T]

    Permalink
    Definition Classes
    LiteralSparkTypeLPI_III
  21. implicit val fromRow: Primitive[Row]

    Permalink
  22. implicit def fromSeq[A, CC[x] <: Seq[x]](implicit lst: LiteralSparkType[A]): Custom[CC[A], Seq[OriginalSparkType]]

    Permalink
  23. implicit def fromSet[A, CC[x] <: Set[x]](implicit lst: LiteralSparkType[A]): Custom[CC[A], Seq[OriginalSparkType]]

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

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

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

    Permalink
    Definition Classes
    Any
  27. def maptt[K, V](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[K], arg1: scala.reflect.api.JavaUniverse.TypeTag[V]): scala.reflect.api.JavaUniverse.TypeTag[Map[K, V]]

    Permalink
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def seqtt[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): scala.reflect.api.JavaUniverse.TypeTag[Seq[T]]

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

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def [B](y: B): (LiteralSparkTypeLPI_II, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from LiteralSparkTypeLPI_II to ArrowAssoc[LiteralSparkTypeLPI_II] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from LiteralSparkTypeLPI_III

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from LiteralSparkTypeLPI_II to any2stringadd[LiteralSparkTypeLPI_II]

Inherited by implicit conversion StringFormat from LiteralSparkTypeLPI_II to StringFormat[LiteralSparkTypeLPI_II]

Inherited by implicit conversion Ensuring from LiteralSparkTypeLPI_II to Ensuring[LiteralSparkTypeLPI_II]

Inherited by implicit conversion ArrowAssoc from LiteralSparkTypeLPI_II to ArrowAssoc[LiteralSparkTypeLPI_II]

Ungrouped