Structure

scas.structure.ordered.Structure
trait Structure[T] extends Structure[T], Ordering[T]

Attributes

Graph
Supertypes
trait Ordering[T]
trait PartialOrdering[T]
trait Ordering[T]
trait PartialOrdering[T]
trait Comparator[T]
trait Structure[T]
trait Show[T]
trait Equiv[T]
trait Equiv[T]
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
trait AbelianGroup[T]
trait Conv[T]
trait Conv[T]
trait Conv[T]
object BigInteger
trait Conv[T]
class Conv
object Rational
trait Ring[T]
trait EuclidianDomain[T]
trait Impl
trait Field[T]
class ModInteger
trait Quotient[T]
class Impl
trait Residue[T, R]
trait Monoid[T]
trait PowerProduct[M]
trait PowerProduct[M]
class Lexicographic[N]
trait PowerProduct[M]
class Lexicographic[N]
class Lexicographic[N]
trait Impl[N]
trait Impl[N]
trait Impl[N]
class Lexicographic[N]
class Conv[N]
class POT[N]
class ModifiedPOT[N]
trait Conv[M]
trait Conv[T]
Show all

Members list

Type members

Inherited classlikes

class OrderingOps(lhs: Ordering.this.T)

Attributes

Inherited from:
Ordering
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

override def equiv(x: T, y: T): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering -> Equiv
Inherited from:
Ordering
def fenced(s: String): String

Attributes

Inherited from:
Structure
override def gt(x: T, y: T): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
override def gteq(x: T, y: T): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
def isReverseOf(other: Ordering[_]): Boolean

Attributes

Inherited from:
Ordering
override def lt(x: T, y: T): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
override def lteq(x: T, y: T): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
def max[U <: T](x: U, y: U): U

Attributes

Inherited from:
Ordering
def min[U <: T](x: U, y: U): U

Attributes

Inherited from:
Ordering
def on[U](f: U => T): Ordering[U]

Attributes

Inherited from:
Ordering
def orElse(other: Ordering[T]): Ordering[T]

Attributes

Inherited from:
Ordering
def orElseBy[S](f: T => S)(implicit ord: Ordering[S]): Ordering[T]

Attributes

Inherited from:
Ordering
def random(numbits: Int)(using rnd: Random): T

Attributes

Inherited from:
Structure
override def reverse: Ordering[T]

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
def reversed(): Comparator[T]

Attributes

Inherited from:
Comparator
def thenComparing[U <: Comparable[_ >: U <: <FromJavaObject>]](x$0: Function[_ >: T <: <FromJavaObject>, _ <: U]): Comparator[T]

Attributes

Inherited from:
Comparator
def thenComparing[U <: <FromJavaObject>](x$0: Function[_ >: T <: <FromJavaObject>, _ <: U], x$1: Comparator[_ >: U <: <FromJavaObject>]): Comparator[T]

Attributes

Inherited from:
Comparator
def thenComparing(x$0: Comparator[_ >: T <: <FromJavaObject>]): Comparator[T]

Attributes

Inherited from:
Comparator
def thenComparingDouble(x$0: ToDoubleFunction[_ >: T <: <FromJavaObject>]): Comparator[T]

Attributes

Inherited from:
Comparator
def thenComparingInt(x$0: ToIntFunction[_ >: T <: <FromJavaObject>]): Comparator[T]

Attributes

Inherited from:
Comparator
def thenComparingLong(x$0: ToLongFunction[_ >: T <: <FromJavaObject>]): Comparator[T]

Attributes

Inherited from:
Comparator
def tryCompare(x: T, y: T): Some[Int]

Attributes

Inherited from:
Ordering

Inherited and Abstract methods

def compare(x: T, y: T): Int

Attributes

Inherited from:
Ordering
def toMathML: String

Attributes

Inherited from:
Structure

Extensions

Inherited extensions

extension (x: T)
inline def <>[U : Conversion[T]](y: U): Boolean

Attributes

Inherited from:
Equiv
inline def ><[U : Conversion[T]](y: U): Boolean

Attributes

Inherited from:
Equiv
extension (x: T)
def <[U : Conversion[T]](y: U): Boolean

Attributes

Inherited from:
PartialOrdering
inline def <=[U : Conversion[T]](y: U): Boolean

Attributes

Inherited from:
PartialOrdering
def >[U : Conversion[T]](y: U): Boolean

Attributes

Inherited from:
PartialOrdering
inline def >=[U : Conversion[T]](y: U): Boolean

Attributes

Inherited from:
PartialOrdering

Inherited and Abstract extensions

extension (x: T)
def toMathML: String

Attributes

Inherited from:
Show
extension (x: T)
def show: String

Attributes

Inherited from:
Structure
def toCode(level: Level): String

Attributes

Inherited from:
Structure

Implicits

Inherited implicits

implicit def mkOrderingOps(lhs: T): OrderingOps

Attributes

Inherited from:
Ordering

Exports

Inherited defined exports

final val Level: Level
Exported from prettyprint

Attributes

Inherited from:
Structure
final type Level = Level
Exported from prettyprint

Attributes

Inherited from:
Structure