OrderOps

final
class OrderOps[F] extends Ops[F]

Wraps a value self and provides methods related to Order

trait Ops[F]
class Object
trait Matchable
class Any

Value members

Concrete methods

final
def <(other: F): Boolean
final
def <=(other: F): Boolean
final
def >(other: F): Boolean
final
def >=(other: F): Boolean
final
def ?|?(other: F): Ordering
final
def cmp(other: F): Ordering
final
def gt(other: F): Boolean
final
def gte(other: F): Boolean
final
def lt(other: F): Boolean
final
def lte(other: F): Boolean
final
def max(other: F): F
final
def min(other: F): F

Concrete fields

val self: F

Implicits

Implicits

implicit
val F: Order[F]