Int.Opaque.Data.Ordered.Z_MethodsBase

class java.lang.Object
trait scala.Matchable
class Any
trait _methods
class Int.Opaque.Data.Numerical[Int.Opaque.Data.Numerical.A]
trait _methods
trait _methods
class Int.Opaque.Data.Calculable[Int.Opaque.Data.Calculable.A]
class Int.Opaque.Data.Ordered[Int.Opaque.Data.Ordered.A]
class Int.Opaque.Data.Sequential[Int.Opaque.Data.Sequential.A]
object Day
object Month
object Week
object Year
trait _methods

Def

@targetName("range")

Range

Range

Returns Range from current to given value

Note. Range uses base primitive natural ordering

Source
Ordered.scala
@targetName("rangeOfSize")

Range by size

Range by size

Returns Range from current value to current plus given size exclusive

Note. Range uses base primitive natural ordering

Source
Ordered.scala
@targetName("rangeX")

Exclusive end range

Exclusive end range

Returns Range from current to given value exclusive

Note. Range uses base primitive natural ordering

Source
Ordered.scala
inline def max(v:

Max value

Max value

Returns maximum of current or given value

Source
Ordered.scala
inline def min(v:

Min value

Min value

Returns minimun of current or given value

Source
Ordered.scala