Builder

class Builder[F[_]](format: BinaryRenderFormat, config: OperationConfig, theme: Resource[F, Theme[F]])(implicit evidence$5: Async[F], evidence$6: 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, BinaryTreeRenderer[F]]

Final builder step that creates a parallel renderer for binary output.

Final builder step that creates a parallel renderer for binary output.

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.