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
Known Subclasses
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- NestedBase
- Comparator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compare(a: List[AnyRef], b: List[AnyRef]): Int
- Definition Classes
- NestedBase → Comparator
-
val
descending: Boolean
- Attributes
- protected
-
val
e0: Long
- Attributes
- protected
-
val
e1: Long
- Attributes
- protected
-
val
e2: Long
- Attributes
- protected
-
val
e3: Long
- Attributes
- protected
-
val
e4: Long
- Attributes
- protected
-
val
e5: Long
- Attributes
- protected
-
val
e6: Long
- Attributes
- protected
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
i: Int
- Attributes
- protected
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val levels: Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
nextRow: Boolean
- Attributes
- protected
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
p0: Long
- Attributes
- protected
-
val
p1: Long
- Attributes
- protected
-
val
p2: Long
- Attributes
- protected
-
val
p3: Long
- Attributes
- protected
-
val
p4: Long
- Attributes
- protected
-
val
p5: Long
- Attributes
- protected
-
val
p6: Long
- Attributes
- protected
-
val
prevRow: List[AnyRef]
- Attributes
- protected
-
def
resetVars(): Unit
- Attributes
- protected
-
val
result: Int
- Attributes
- protected
-
def
reversed(): Comparator[List[AnyRef]]
- Definition Classes
- Comparator
-
val
row: List[AnyRef]
- Attributes
- protected
-
val
sortIndex: Int
- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
thenComparing[U <: Comparable[_ >: U]](arg0: Function[_ >: List[AnyRef], _ <: U]): Comparator[List[AnyRef]]
- Definition Classes
- Comparator
-
def
thenComparing[U](arg0: Function[_ >: List[AnyRef], _ <: U], arg1: Comparator[_ >: U]): Comparator[List[AnyRef]]
- Definition Classes
- Comparator
-
def
thenComparing(arg0: Comparator[_ >: List[AnyRef]]): Comparator[List[AnyRef]]
- Definition Classes
- Comparator
-
def
thenComparingDouble(arg0: ToDoubleFunction[_ >: List[AnyRef]]): Comparator[List[AnyRef]]
- Definition Classes
- Comparator
-
def
thenComparingInt(arg0: ToIntFunction[_ >: List[AnyRef]]): Comparator[List[AnyRef]]
- Definition Classes
- Comparator
-
def
thenComparingLong(arg0: ToLongFunction[_ >: List[AnyRef]]): Comparator[List[AnyRef]]
- Definition Classes
- Comparator
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()

Documentation/API for the Molecule library - a meta DSL for the Datomic database.
scalamolecule.org | Github | Forum