_methods

trait _methods extends _methods

Default methods for all Float.Opaque.Data.Ordered defined types

Source
Ordered.scala
trait _methods
trait _methods
class java.lang.Object
trait scala.Matchable
class Any
trait _methods
class Float.Opaque.Data.Calculable[Float.Opaque.Data.Calculable.A]
class Float.Opaque.Data.Ordered[Float.Opaque.Data.Ordered.A]
class Float.Opaque.Data.Numerical[Float.Opaque.Data.Numerical.A]

Def

@targetName("less")
inline def <(v: THIS_OPAQUE): Boolean

Less

Less

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

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

Source
Ordered.scala
@targetName("range")
inline def <>(to: Float.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("rangeX")
inline def <>>(to: Float.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

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

Source
Ordered.scala
@targetName("Opt")
inline def ?: Float.G.Opt[THIS_OPAQUE]

To option

To option

Returns Float 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 real: Float

Real value

Real value

Returns Float value standing behind the opaque type.

This is a zero cost call.

Inherited from
_methods
Source
Base.scala