object Orders

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Orders
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Deprecated Type Members

  1. trait PartialOrdering[T] extends scala.math.PartialOrdering[T]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0-RC3) Will likely be removed at some point in future versions

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(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def allConfigurations(configurations: Map[Configuration, Seq[Configuration]]): Map[Configuration, Set[Configuration]]

    All configurations that each configuration extends, including the ones it extends transitively

    All configurations that each configuration extends, including the ones it extends transitively

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0-RC3) Will likely be removed at some point in future versions

  2. def configurationPartialOrder(configurations: Map[Configuration, Seq[Configuration]]): PartialOrdering[Configuration]

    Configurations partial order based on configuration mapping configurations.

    Configurations partial order based on configuration mapping configurations.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0-RC3) Will likely be removed at some point in future versions

  3. val exclusionsPartialOrder: PartialOrdering[Set[(Organization, ModuleName)]]

    Exclusions partial order.

    Exclusions partial order.

    x <= y iff all that x excludes is also excluded by y. x and y not related iff x excludes some elements not excluded by y AND y excludes some elements not excluded by x.

    In particular, no exclusions <= anything <= Set(("*", "*"))

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0-RC3) Can give incorrect results - will likely be removed at some point in future versions

  4. def minDependencies(dependencies: Set[Dependency], configs: ((Module, String)) => Map[Configuration, Seq[Configuration]]): Set[Dependency]

    Minified representation of dependencies.

    Minified representation of dependencies.

    The returned set brings exactly the same things as dependencies, with no redundancy.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0-RC3) Can give incorrect results - will likely be removed at some point in future versions, use DependencySet.minimizedSet instead to minimize a dependency set

  5. def minDependenciesUnsafe(dependencies: Set[Dependency], configs: Map[Configuration, Seq[Configuration]]): Set[Dependency]

    Assume all dependencies have same module, version, and artifact; see minDependencies if they don't.

    Assume all dependencies have same module, version, and artifact; see minDependencies if they don't.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0-RC3) Can give incorrect results - will likely be removed at some point in future versions

  6. val optionalPartialOrder: PartialOrdering[Boolean]

    Non-optional < optional

    Non-optional < optional

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0-RC3) Will likely be removed at some point in future versions

Inherited from AnyRef

Inherited from Any

Ungrouped