J.Priority

trait _methods
class Any.Z.OpaqueBase[J.Priority]
class java.lang.Object
trait scala.Matchable
class Any

Def

def apply(v: Int): J.Priority
val typeName: String

Type name

Type name

Returns defined opaque type name

Inherited from
OpaqueBase
Source
OpaqueBase.scala

Value to Doc

Value to Doc

Override this method to provide type custom Doc implementation

Inherited from
Base
Source
Base.scala
def value_isVoid(v: J.Priority): Boolean

Void check

Void check

Override this method to define which instances of this type are void

By default this method always returns false

If type supports void instances, then following inmpelentation should be added in most cases:

 implicit inline def implicitRequest(v:VOID): OPAQUE_TYPE
Inherited from
Base
Source
Base.scala
def value_tag(v: J.Priority): String

Value to String

Value to String

Override this method to provide type custom convertion to String

Inherited from
Base
Source
Base.scala

Implicit

implicit inline def implicitRequest(v: MIN): J.Priority
implicit inline def implicitRequest(v: MAX): J.Priority
implicit inline def implicitRequest(v: DEFAULT): J.Priority