TextOutput

case class TextOutput[F[_]](path: Path, resource: Resource[F, OutputWriter], targetFile: Option[File])

Character output for the various renderers of this library

Value Params
path

The full virtual path of this input (does not represent the filesystem path in case of file I/O)

resource

The resource to write the character output to

targetFile

The target file in the file system, empty if this does not represent a file system resource

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product