MBool

org.finos.morphir.MBool
See theMBool companion object
final case class MBool(value: Boolean, flags: PrimitiveFlags) extends MPrimitive[Boolean]

Attributes

Companion
object
Graph
Supertypes
trait MPrimitive[Boolean]
trait MData[Boolean]
trait MValue[Boolean]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

type Type <: Boolean

Attributes

Inherited from:
MValue

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product