Packages

trait NestedBase[Obj, Tpl] extends Comparator[List[AnyRef]]

Builder classes of various arity of nested tuples.

Self Type
NestedBase[Obj, Tpl] with Molecule_0[Obj, Tpl]
Source
NestedBase.scala
Linear Supertypes
Comparator[List[AnyRef]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NestedBase
  2. Comparator
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def compare(a: List[AnyRef], b: List[AnyRef]): Int
    Definition Classes
    NestedBase → Comparator
  7. val descending: Boolean
    Attributes
    protected
  8. val e0: Long
    Attributes
    protected
  9. val e1: Long
    Attributes
    protected
  10. val e2: Long
    Attributes
    protected
  11. val e3: Long
    Attributes
    protected
  12. val e4: Long
    Attributes
    protected
  13. val e5: Long
    Attributes
    protected
  14. val e6: Long
    Attributes
    protected
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. val i: Int
    Attributes
    protected
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val levels: Int
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. val nextRow: Boolean
    Attributes
    protected
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. val p0: Long
    Attributes
    protected
  28. val p1: Long
    Attributes
    protected
  29. val p2: Long
    Attributes
    protected
  30. val p3: Long
    Attributes
    protected
  31. val p4: Long
    Attributes
    protected
  32. val p5: Long
    Attributes
    protected
  33. val p6: Long
    Attributes
    protected
  34. val prevRow: List[AnyRef]
    Attributes
    protected
  35. def resetVars(): Unit
    Attributes
    protected
  36. val result: Int
    Attributes
    protected
  37. def reversed(): Comparator[List[AnyRef]]
    Definition Classes
    Comparator
  38. val row: List[AnyRef]
    Attributes
    protected
  39. val sortIndex: Int
    Attributes
    protected
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def thenComparing[U <: Comparable[_ >: U]](arg0: Function[_ >: List[AnyRef], _ <: U]): Comparator[List[AnyRef]]
    Definition Classes
    Comparator
  42. def thenComparing[U](arg0: Function[_ >: List[AnyRef], _ <: U], arg1: Comparator[_ >: U]): Comparator[List[AnyRef]]
    Definition Classes
    Comparator
  43. def thenComparing(arg0: Comparator[_ >: List[AnyRef]]): Comparator[List[AnyRef]]
    Definition Classes
    Comparator
  44. def thenComparingDouble(arg0: ToDoubleFunction[_ >: List[AnyRef]]): Comparator[List[AnyRef]]
    Definition Classes
    Comparator
  45. def thenComparingInt(arg0: ToIntFunction[_ >: List[AnyRef]]): Comparator[List[AnyRef]]
    Definition Classes
    Comparator
  46. def thenComparingLong(arg0: ToLongFunction[_ >: List[AnyRef]]): Comparator[List[AnyRef]]
    Definition Classes
    Comparator
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Comparator[List[AnyRef]]

Inherited from AnyRef

Inherited from Any

Ungrouped