TransformerRuntime

laika.io.runtime.TransformerRuntime$

Internal runtime for transform operations, for text and binary output as well as parallel and sequential execution.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def run[F[_] : Batch](op: Op[F]): F[RenderedTreeRoot[F]]

Process the specified transform operation for an entire input tree and a character output format.

Process the specified transform operation for an entire input tree and a character output format.

Attributes

def run[F[_] : Batch](op: Op[F]): F[Unit]

Process the specified transform operation for an entire input tree and a binary output format.

Process the specified transform operation for an entire input tree and a binary output format.

Attributes