FileIO

org.finos.morphir.service.FileIO
See theFileIO companion object
trait FileIO

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object FileIOLive.type

Members list

Value members

Abstract methods

def readFileText(path: VFilePath): IO[IOException, String]
def readLines(path: VFilePath): IO[IOException, List[String]]