Scala Standard Library 2.12.18 - scala.math.Ordering.BooleanOrdering (original) (raw)
trait BooleanOrdering extends Ordering[Boolean]
Ordering
- Alphabetic
- By Inheritance
Inherited
- BooleanOrdering
- Ordering
- PartialOrdering
- Equiv
- Serializable
- Serializable
- Comparator
- AnyRef
- Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def +(other: String): String
- def ->[B](y: B): (BooleanOrdering, B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def compare(x: Boolean, y: Boolean): Int
- def ensuring(cond: (BooleanOrdering) ⇒ Boolean, msg: ⇒ Any): BooleanOrdering
- def ensuring(cond: (BooleanOrdering) ⇒ Boolean): BooleanOrdering
- def ensuring(cond: Boolean, msg: ⇒ Any): BooleanOrdering
- def ensuring(cond: Boolean): BooleanOrdering
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: Any): Boolean
- def equiv(x: Boolean, y: Boolean): Boolean
- def finalize(): Unit
- final def getClass(): Class[_]
- def gt(x: Boolean, y: Boolean): Boolean
- def gteq(x: Boolean, y: Boolean): Boolean
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def lt(x: Boolean, y: Boolean): Boolean
- def lteq(x: Boolean, y: Boolean): Boolean
- def max(x: Boolean, y: Boolean): Boolean
- def min(x: Boolean, y: Boolean): Boolean
- implicit def mkOrderingOps(lhs: Boolean): Ops
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def on[U](f: (U) ⇒ Boolean): Ordering[U]
- def reverse: Ordering[Boolean]
- def reversed(): Comparator[Boolean]
- final def synchronized[T0](arg0: ⇒ T0): T0
- def thenComparing[U <: Comparable[_ >: U]](arg0: java.util.function.Function[_ >: Boolean, _ <: U]): Comparator[Boolean]
- def thenComparing[U](arg0: java.util.function.Function[_ >: Boolean, _ <: U], arg1: Comparator[_ >: U]): Comparator[Boolean]
- def thenComparing(arg0: Comparator[_ >: Boolean]): Comparator[Boolean]
- def thenComparingDouble(arg0: ToDoubleFunction[_ >: Boolean]): Comparator[Boolean]
- def thenComparingInt(arg0: ToIntFunction[_ >: Boolean]): Comparator[Boolean]
- def thenComparingLong(arg0: ToLongFunction[_ >: Boolean]): Comparator[Boolean]
- def toString(): String
- def tryCompare(x: Boolean, y: Boolean): Some[Int]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def →[B](y: B): (BooleanOrdering, B)