MorphirBundle

org.finos.morphir.service.MorphirBundle
See theMorphirBundle companion trait

Attributes

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

Members list

Type members

Inherited classlikes

Attributes

Inherited from:
MorphirBundlePlatformSpecific
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def bundle(outputPath: VPath, irFiles: List[VPath]): ZIO[MorphirBundle, Throwable, Unit]
def bundle(outputPath: Path, irFiles: List[Path]): ZIO[MorphirBundle, Throwable, Unit]
def library(outputDir: VPath, irFiles: List[VPath]): ZIO[MorphirBundle, Throwable, Unit]
def library(outputDir: Path, irFiles: List[Path]): ZIO[MorphirBundle, Throwable, Unit]

Inherited fields

val live: ULayer[MorphirBundle]

Attributes

Inherited from:
MorphirBundlePlatformSpecific