InlineFiles

frawa.inlinefiles.InlineFiles
object InlineFiles

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

inline def inlineDeepTextFiles(inline path: String, inline ext: String): Map[String, String]
erased def inlineDeepTextFiles(path: String, ext: String): Map[String, String]
inline def inlineTextFile(inline path: String): String
erased def inlineTextFile(path: String): String
inline def inlineTextFiles(inline path: String, inline ext: String): Map[String, String]
erased def inlineTextFiles(path: String, ext: String): Map[String, String]

Extensions

Extensions

extension [T](inlined: Map[String, T])
def files(): Map[String, T]
def folder(path: String): Map[String, T]