MorphirElmDriver

org.finos.morphir.service.MorphirElmDriver$
See theMorphirElmDriver companion trait

Attributes

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

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def init(morphirHomeDir: VFilePath, projectDir: VFilePath): ZIO[MorphirElmDriver, Throwable, Unit]
def make(projectDir: VFilePath, output: VFilePath, fallbackCli: Boolean): ZIO[MorphirElmDriver, Throwable, Seq[VFile]]
def restore(elmHome: VFilePath, projectDir: VFilePath): ZIO[MorphirElmDriver, Throwable, Unit]

Concrete fields

val live: ULayer[MorphirElmDriver]