_methods

trait _methods extends _methods

Default methods for all Boolean.Opaque.Data defined types

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

Def

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

To option

To option

Returns Boolean specialized option

Inherited from
_methods
Source
__.scala
inline def real: Boolean

Real value

Real value

Returns Boolean value standing behind the opaque type.

This is a zero cost call.

Inherited from
_methods
Source
__.scala