J.Priority

opaque type Priority

Priority is an opaque Int value, ranging from 1 to 10.

Source
Priority.scala

Def

@targetName("Opt")
inline def ?: Int.G.Opt[J.Priority]

To option

To option

Returns Int specialized option

Inherited from
_methods
Source
Base.scala
inline def isMax: Boolean
inline def isMin: Boolean
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