_methods

trait _methods

Default methods for all Boolean.Opaque.Base defined types

Source
__.scala
class java.lang.Object
trait scala.Matchable
class Any
class Boolean.Opaque.Base[Boolean.Opaque.Base.A]
class Boolean.Opaque.Data[Boolean.Opaque.Data.A]
trait _methods

Def

@targetName("Opt")
inline def ?: Boolean.G.Opt[THIS_OPAQUE]

To option

To option

Returns Boolean specialized option

Source
__.scala
inline def real: Boolean

Real value

Real value

Returns Boolean value standing behind the opaque type.

This is a zero cost call.

Source
__.scala