Class/Object

frameless

DataColumn

Related Docs: object DataColumn | package frameless

Permalink

final class DataColumn[K, A] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataColumn
  2. AnyRef
  3. 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. def !==(other: DataColumn[_, A]): TempDataColumn[Boolean]

    Permalink
  3. def !==(other: A): TempDataColumn[Boolean]

    Permalink
  4. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  5. def %(other: DataColumn[_, A])(implicit A: Numeric[A]): TempDataColumn[A]

    Permalink
  6. def %(other: A)(implicit A: Numeric[A]): TempDataColumn[A]

    Permalink
  7. def &&(other: DataColumn[_, Boolean])(implicit ev: =:=[A, Boolean]): TempDataColumn[Boolean]

    Permalink
  8. def &&(other: Boolean)(implicit ev: =:=[A, Boolean]): TempDataColumn[Boolean]

    Permalink
  9. def *(other: DataColumn[_, A])(implicit A: Numeric[A]): TempDataColumn[A]

    Permalink
  10. def *(other: A)(implicit A: Numeric[A]): TempDataColumn[A]

    Permalink
  11. def +(other: DataColumn[_, A])(implicit A: Numeric[A]): TempDataColumn[A]

    Permalink
  12. def +(other: A)(implicit A: Numeric[A]): TempDataColumn[A]

    Permalink
  13. def -(other: DataColumn[_, A])(implicit A: Numeric[A]): TempDataColumn[A]

    Permalink
  14. def -(other: A)(implicit A: Numeric[A]): TempDataColumn[A]

    Permalink
  15. def /(other: DataColumn[_, A])(implicit A: Numeric[A]): TempDataColumn[A]

    Permalink
  16. def /(other: A)(implicit A: Numeric[A]): TempDataColumn[A]

    Permalink
  17. def <(other: DataColumn[_, A])(implicit A: Ordering[A]): TempDataColumn[Boolean]

    Permalink
  18. def <(other: A)(implicit A: Ordering[A]): TempDataColumn[Boolean]

    Permalink
  19. def <=(other: DataColumn[_, A])(implicit A: Ordering[A]): TempDataColumn[Boolean]

    Permalink
  20. def <=(other: A)(implicit A: Ordering[A]): TempDataColumn[Boolean]

    Permalink
  21. def <=>(other: DataColumn[_, A]): TempDataColumn[Boolean]

    Permalink
  22. def <=>(other: A): TempDataColumn[Boolean]

    Permalink
  23. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  24. def ===(other: DataColumn[_, A]): TempDataColumn[Boolean]

    Permalink
  25. def ===(other: A): TempDataColumn[Boolean]

    Permalink
  26. def >(other: DataColumn[_, A])(implicit A: Ordering[A]): TempDataColumn[Boolean]

    Permalink
  27. def >(other: A)(implicit A: Ordering[A]): TempDataColumn[Boolean]

    Permalink
  28. def >=(other: DataColumn[_, A])(implicit A: Ordering[A]): TempDataColumn[Boolean]

    Permalink
  29. def >=(other: A)(implicit A: Ordering[A]): TempDataColumn[Boolean]

    Permalink
  30. def as(alias: Lt[Symbol]): DataColumn[(alias)#T, A]

    Permalink
  31. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  32. def asc(implicit A: Ordering[A]): TempDataColumn[A]

    Permalink
  33. def cast[B >: A]: TempDataColumn[B]

    Permalink
  34. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. val column: Column

    Permalink
  36. def contains(other: A): TempDataColumn[Boolean]

    Permalink
  37. def desc(implicit A: Ordering[A]): TempDataColumn[A]

    Permalink
  38. def endsWith(other: DataColumn[_, A])(implicit ev: =:=[A, String]): TempDataColumn[Boolean]

    Permalink
  39. def endsWith(literal: String)(implicit ev: =:=[A, String]): TempDataColumn[Boolean]

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

    Permalink
    Definition Classes
    AnyRef
  41. def equalTo(other: DataColumn[_, A]): TempDataColumn[Boolean]

    Permalink
  42. def equalTo(other: A): TempDataColumn[Boolean]

    Permalink
  43. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  44. def explain(extended: Boolean): Unit

    Permalink
  45. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  46. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  48. def in(list: DataColumn[_, A]*): TempDataColumn[Boolean]

    Permalink
  49. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  50. def isNotNull: TempDataColumn[Boolean]

    Permalink
  51. def isNull: TempDataColumn[Boolean]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  55. def startsWith(other: DataColumn[_, A])(implicit ev: =:=[A, String]): TempDataColumn[Boolean]

    Permalink
  56. def startsWith(literal: String)(implicit ev: =:=[A, String]): TempDataColumn[Boolean]

    Permalink
  57. def substr(startPos: DataColumn[_, Int], len: DataColumn[_, Int])(implicit ev: =:=[A, String]): TempDataColumn[String]

    Permalink
  58. def substr(startPos: Int, len: Int)(implicit ev: =:=[A, String]): TempDataColumn[String]

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

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

    Permalink
    Definition Classes
    DataColumn → AnyRef → Any
  61. def unary_!(implicit ev: =:=[A, Boolean]): TempDataColumn[Boolean]

    Permalink
  62. def unary_-(implicit ev: Numeric[A]): TempDataColumn[A]

    Permalink
  63. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. def ||(other: DataColumn[_, Boolean])(implicit ev: =:=[A, Boolean]): TempDataColumn[Boolean]

    Permalink
  67. def ||(other: Boolean)(implicit ev: =:=[A, Boolean]): TempDataColumn[Boolean]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped