Folder

org.finos.morphir.ir.TypeModule.Type.Folder
See theFolder companion trait
object Folder

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Folder.type

Members list

Type members

Classlikes

sealed case class MapReferenceName[Attrib](f: FQName => FQName) extends RewritingFolder[Any, Attrib]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class RewritingFolder[Any, Attrib]
trait Folder[Any, Attrib, Type[Attrib]]
class Object
trait Matchable
class Any
Show all
abstract class RewritingFolder[-Context, Attrib] extends Folder[Context, Attrib, Type[Attrib]]

Attributes

Supertypes
trait Folder[Context, Attrib, Type[Attrib]]
class Object
trait Matchable
class Any
Known subtypes
class MapReferenceName[Attrib]
object Size extends Folder[Any, Any, Int]

Attributes

Supertypes
trait Folder[Any, Any, Int]
class Object
trait Matchable
class Any
Self type
Size.type
object ToString extends Folder[Any, Any, String]

Attributes

Supertypes
trait Folder[Any, Any, String]
class Object
trait Matchable
class Any
Self type
ToString.type