_methods

trait _methods extends _methods

Default methods for all Int.Opaque.Data.Sequential defined types

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

Def

@targetName("plus")
inline def +(i: Int): THIS_OPAQUE

Get further in sequance

Get further in sequance

Returns value, which is given number of position further in sequence

Source
Sequential.scala
@targetName("minus")
inline def -(i: Int): THIS_OPAQUE

Get before in sequance

Get before in sequance

Returns value, which is given number of position before in sequence

Source
Sequential.scala
@targetName("less")
inline def <(v: THIS_OPAQUE): Boolean

Less

Less

Returns true if current value is less than given, false - otherwise

Inherited from
_methods
Source
Ordered.scala
@targetName("lessOrEqual")
inline def <=(v: THIS_OPAQUE): Boolean

Less or equal

Less or equal

Returns true if current value is less or equal to given, false - otherwise

Inherited from
_methods
Source
Ordered.scala
@targetName("range")
inline def <>(to: Int.G.Range[THIS_OPAQUE]

Range

Range

Returns Range from current to given value

Note. Range uses base primitive natural ordering

Inherited from
z_MethodsBase
Source
Ordered.scala
@targetName("rangeOfSize")
inline def <>=(sz: Int): Int.G.Range[THIS_OPAQUE]

Range by size

Range by size

Returns Range from current value to current plus given size exclusive

Note. Range uses base primitive natural ordering

Inherited from
z_MethodsBase
Source
Ordered.scala
@targetName("rangeX")
inline def <>>(to: Int.G.Range[THIS_OPAQUE]

Exclusive end range

Exclusive end range

Returns Range from current to given value exclusive

Note. Range uses base primitive natural ordering

Inherited from
z_MethodsBase
Source
Ordered.scala
@targetName("greater")
inline def >(v: THIS_OPAQUE): Boolean

Greater

Greater

Returns true if current value is greater than given, false - otherwise

Inherited from
_methods
Source
Ordered.scala
@targetName("greaterOrEqual")
inline def >=(v: THIS_OPAQUE): Boolean

Greater or equal

Greater or equal

Returns true if current value is greater or equal to given, false - otherwise

Inherited from
_methods
Source
Ordered.scala
@targetName("Opt")
inline def ?: Int.G.Opt[THIS_OPAQUE]

To option

To option

Returns Int specialized option

Inherited from
_methods
Source
Base.scala
inline def max(v:

Max value

Max value

Returns maximum of current or given value

Inherited from
z_MethodsBase
Source
Ordered.scala
inline def min(v:

Min value

Min value

Returns minimun of current or given value

Inherited from
z_MethodsBase
Source
Ordered.scala
inline def next: THIS_OPAQUE

Next in sequance

Next in sequance

Returns next value in sequance

Source
Sequential.scala
inline def prior: THIS_OPAQUE

Prior in sequance

Prior in sequance

Returns prior value in sequance

Source
Sequential.scala
inline def real: Int

Real value

Real value

Returns Int value standing behind the opaque type.

This is a zero cost call.

Inherited from
_methods
Source
Base.scala