Data

object Data extends DataPlatform

A type that represents data content

Companion:
class
Source:
Data.scala
class Object
trait Matchable
class Any
Data.type

Type members

Classlikes

final case class StringValue(value: String) extends AnyVal with Data
Source:
Data.scala

Value members

Inherited methods

def file(path: Path): FileValue
Inherited from:
DataPlatform
Source:
DataPlatform.scala
def file(path: String): FileValue
Inherited from:
DataPlatform
Source:
DataPlatform.scala

creates a data map for all files in a given directory

creates a data map for all files in a given directory

Note:

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

Inherited from:
DataPlatform
Source:
DataPlatform.scala

creates a data map for all files in a given directory

creates a data map for all files in a given directory

Note:

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

Inherited from:
DataPlatform
Source:
DataPlatform.scala

Implicits

Implicits

implicit def apply(value: String): StringValue
Source:
Data.scala

Inherited implicits

implicit def apply(value: Path): FileValue
Inherited from:
DataPlatform
Source:
DataPlatform.scala
implicit def apply(value: File): FileValue
Inherited from:
DataPlatform
Source:
DataPlatform.scala