_methods

trait _methods[A <: AnyRef.Opaque, REAL <: AnyRef] extends _methods[A, REAL]

Default methods for all AnyRef.Opaque.Data defined types

Source
__.scala
trait _methods[AnyRef.Opaque.Data._methods.A, REAL]
class java.lang.Object
trait scala.Matchable
class Any
class AnyRef.Opaque.Data[AnyRef.Opaque.Data.A, REAL]
object BigDecimal
object BigInteger
class AnyRef.Opaque.Data.Ordered[AnyRef.Opaque.Data.Ordered.A, REAL]
trait _methods[AnyRef.Opaque.Data.Ordered._methods.A, REAL]

Def

inline def real: THIS_REAL

Real value

Real value

Returns real value standing behind the opaque type.

This is a zero cost call.

Inherited from
_methods
Source
Base.scala