Calendar Week
Week is an opaque Int value, holding week index since start of 1970
- Source
- Week.scala
Def
Get further in sequance
Get further in sequance
Returns value, which is given number of position further in sequence
- Inherited from
- _methods
- Source
- Sequential.scala
Get before in sequance
Get before in sequance
Returns value, which is given number of position before in sequence
- Inherited from
- _methods
- Source
- Sequential.scala
Less
Less
Returns true
if current value is less than given, false
- otherwise
- Inherited from
- _methods
- Source
- Ordered.scala
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
Range
Range
Returns Range from current to given value
Note. Range uses base primitive natural ordering
- Inherited from
- z_MethodsBase
- Source
- Ordered.scala
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
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
Greater
Greater
Returns true
if current value is greater than given, false
- otherwise
- Inherited from
- _methods
- Source
- Ordered.scala
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
To option
To option
Returns Int specialized option
- Inherited from
- _methods
- Source
- Base.scala
Max value
Max value
Returns maximum of current or given value
- Inherited from
- z_MethodsBase
- Source
- Ordered.scala
Min value
Min value
Returns minimun of current or given value
- Inherited from
- z_MethodsBase
- Source
- Ordered.scala
Next in sequance
Next in sequance
Returns next value in sequance
- Inherited from
- _methods
- Source
- Sequential.scala
Prior in sequance
Prior in sequance
Returns prior value in sequance
- Inherited from
- _methods
- Source
- Sequential.scala
Real value
Real value
Returns Int value standing behind the opaque type.
This is a zero cost call.
- Inherited from
- _methods
- Source
- Base.scala