DataMapPlatform

class Object
trait Matchable
class Any
object DataMap.type

Value members

Abstract methods

Concrete methods

Binary data map from all files in a directory, keys are file names and values are file content

Binary data map from all files in a directory, keys are file names and values are file content

Note:

this is not a safe operation and might have side effects and throw exceptions too

Source:
DataPlatform.scala
def fromDir(path: File): Map[String, String]

String data map from all files in a directory, keys are file names and values are file content

String data map from all files in a directory, keys are file names and values are file content

Note:

this is not a safe operation and might have side effects and throw exceptions too

Source:
DataPlatform.scala