PrintSpec

org.finos.morphir.datamodel.PrintSpec
object PrintSpec

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
PrintSpec.type

Members list

Type members

Classlikes

implicit class FQNameExt(name: FQName)

Attributes

Supertypes
class Object
trait Matchable
class Any
case object HeadingPrint

Attributes

Companion
trait
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
sealed trait HeadingPrint

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AllHeadings.type
object JustFileSeparators.type
object None.type

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def of(concept: Concept, printHeadings: HeadingPrint): String
def writeToFiles(concept: Concept, path: Path, printHeadings: HeadingPrint): ZIO[Any, Throwable, Unit]

Implicits

Implicits

final implicit def FQNameExt(name: FQName): FQNameExt