Exposed

org.finos.morphir.lang.elm.Exposed
See theExposed companion trait
object Exposed

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Exposed.type

Members list

Type members

Classlikes

final case class Plain(items: List[String]) extends Exposed

Attributes

Companion
object
Supertypes
trait Exposed
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Plain

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Plain.type
final case class Structured(items: Map[String, List[String]]) extends Exposed

Attributes

Companion
object
Supertypes
trait Exposed
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Structured

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Structured.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror