Data

dev.hnaderi.k8s.Data$
See theData companion trait
object Data extends DataPlatform

A type that represents data content

Attributes

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

Members list

Concise view

Type members

Classlikes

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

Attributes

Source:
Data.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Data
class AnyVal
trait Matchable
class Any

Value members

Inherited methods

def file(path: Path): FileValue

Attributes

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

Attributes

Inherited from:
DataPlatform
Source:
DataPlatform.scala
def fromDir(path: Path): Map[String, FileValue]

creates a data map for all files in a given directory

creates a data map for all files in a given directory

Attributes

Note:

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

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

creates a data map for all files in a given directory

creates a data map for all files in a given directory

Attributes

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

Attributes

Source:
Data.scala

Inherited implicits

implicit def apply(value: Path): FileValue

Attributes

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

Attributes

Inherited from:
DataPlatform
Source:
DataPlatform.scala