ImplicitTextRendererOps

laika.io.implicits$.ImplicitTextRendererOps
implicit class ImplicitTextRendererOps(val builder: RendererBuilder[_]) extends IOBuilderOps[[F[_]] =>> Builder[F]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

protected def build[F[_] : Batch]: Builder[F]

Inherited methods

def parallel[F[_] : Async](parallelism: Int): T[F]

Creates a builder for parallel execution.

Creates a builder for parallel execution.

This builder creates instances with the specified level of parallelism.

Attributes

Inherited from:
IOBuilderOps
def parallel[F[_] : Async]: T[F]

Creates a builder for parallel execution.

Creates a builder for parallel execution.

This builder creates instances with a level of parallelism matching the available cores. For explicit control of parallelism use the other parallel method.

Attributes

Inherited from:
IOBuilderOps
def sequential[F[_] : Async]: T[F]

Creates a builder for sequential execution.

Creates a builder for sequential execution.

Attributes

Inherited from:
IOBuilderOps

Concrete fields

val builder: RendererBuilder[_]