TextInput

laika.io.model.TextInput$
See theTextInput companion class
object TextInput

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TextInput.type

Members list

Value members

Concrete methods

def fromClassLoaderResource[F[_] : Async](resource: String, mountPoint: Path, docType: TextDocumentType, classLoader: ClassLoader)(implicit evidence$8: Async[F], codec: Codec): TextInput[F]
def fromClassResource[F[_] : Async, T : ClassTag](resource: String, mountPoint: Path, docType: TextDocumentType)(implicit evidence$6: Async[F], evidence$7: ClassTag[T], codec: Codec): TextInput[F]
def fromFile[F[_] : Async](file: FilePath, mountPoint: Path, docType: TextDocumentType)(implicit evidence$4: Async[F], codec: Codec): TextInput[F]
def fromInputStream[F[_] : Async](stream: F[InputStream], mountPoint: Path, docType: TextDocumentType, autoClose: Boolean)(implicit evidence$5: Async[F], codec: Codec): TextInput[F]
def fromString[F[_] : Applicative](input: String, mountPoint: Path, docType: TextDocumentType): TextInput[F]