RendererRuntime

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

class Object
trait Matchable
class Any

Type members

Classlikes

case class DuplicatePath(path: Path, filePaths: Set[String]) extends RuntimeException
case class RendererErrors(errors: Seq[Throwable]) extends RuntimeException

Value members

Concrete methods

def run[F[_]](op: Op[F])(implicit evidence$1: Sync[F], evidence$2: Batch[F]): F[RenderedTreeRoot[F]]

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

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

def run[F[_]](op: Op[F])(implicit evidence$6: Async[F], evidence$7: Batch[F]): F[Unit]

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

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