Builder

class Builder[F[_]](renderer: Renderer, theme: Resource[F, Theme[F]])(implicit evidence$3: Sync[F], evidence$4: Batch[F])

Builder step that allows to specify the execution context for blocking IO and CPU-bound tasks.

class Object
trait Matchable
class Any

Value members

Concrete methods

def build: Resource[F, TreeRenderer[F]]

Final builder step that creates a parallel renderer.

Final builder step that creates a parallel renderer.

Applies the specified theme to this renderer, overriding any previously specified themes.

Applies the specified theme to this renderer, overriding any previously specified themes.

def withTheme(theme: Theme[F]): Builder[F]

Applies the specified theme to this renderer, overriding any previously specified themes.

Applies the specified theme to this renderer, overriding any previously specified themes.