implicit object ordering extends Ordering[TypedPath] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ordering
- Product
- Equals
- Ordering
- PartialOrdering
- Equiv
- Serializable
- Serializable
- Comparator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class OrderingOps extends AnyRef
- Definition Classes
- Ordering
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.CloneNotSupportedException])
- def compare(left: TypedPath, right: TypedPath): Int
- Definition Classes
- ordering → Ordering → Comparator
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def equiv(x: TypedPath, y: TypedPath): Boolean
- Definition Classes
- Ordering → PartialOrdering → Equiv
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def gt(x: TypedPath, y: TypedPath): Boolean
- Definition Classes
- Ordering → PartialOrdering
- def gteq(x: TypedPath, y: TypedPath): Boolean
- Definition Classes
- Ordering → PartialOrdering
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lt(x: TypedPath, y: TypedPath): Boolean
- Definition Classes
- Ordering → PartialOrdering
- def lteq(x: TypedPath, y: TypedPath): Boolean
- Definition Classes
- Ordering → PartialOrdering
- def max[U <: TypedPath](x: U, y: U): U
- Definition Classes
- Ordering
- def min[U <: TypedPath](x: U, y: U): U
- Definition Classes
- Ordering
- implicit def mkOrderingOps(lhs: TypedPath): OrderingOps
- Definition Classes
- Ordering
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def on[U](f: (U) ⇒ TypedPath): Ordering[U]
- Definition Classes
- Ordering
- def orElse(other: Ordering[TypedPath]): Ordering[TypedPath]
- Definition Classes
- Ordering
- def orElseBy[S](f: (TypedPath) ⇒ S)(implicit ord: Ordering[S]): Ordering[TypedPath]
- Definition Classes
- Ordering
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def reverse: Ordering[TypedPath]
- Definition Classes
- Ordering → PartialOrdering
- def reversed(): Comparator[TypedPath]
- Definition Classes
- Comparator
- final def synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def thenComparing[U <: Comparable[_ >: U]](arg0: Function[_ >: TypedPath, _ <: U]): Comparator[TypedPath]
- Definition Classes
- Comparator
- def thenComparing[U](arg0: Function[_ >: TypedPath, _ <: U], arg1: Comparator[_ >: U]): Comparator[TypedPath]
- Definition Classes
- Comparator
- def thenComparing(arg0: Comparator[_ >: TypedPath]): Comparator[TypedPath]
- Definition Classes
- Comparator
- def thenComparingDouble(arg0: ToDoubleFunction[_ >: TypedPath]): Comparator[TypedPath]
- Definition Classes
- Comparator
- def thenComparingInt(arg0: ToIntFunction[_ >: TypedPath]): Comparator[TypedPath]
- Definition Classes
- Comparator
- def thenComparingLong(arg0: ToLongFunction[_ >: TypedPath]): Comparator[TypedPath]
- Definition Classes
- Comparator
- def tryCompare(x: TypedPath, y: TypedPath): Some[Int]
- Definition Classes
- Ordering → PartialOrdering
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.InterruptedException])