Packages

p

laika.io

binary

package binary

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class ParallelRenderer[F[_]] extends AnyRef

    Renderer that merges a tree of input documents to a single binary output document.

  2. class ParallelTransformer[F[_]] extends ParallelInputOps[F]

    Transformer that merges a tree of input documents to a single binary output document.

  3. class SequentialRenderer[F[_]] extends AnyRef

    Renderer for a single binary output document.

  4. class SequentialTransformer[F[_]] extends SequentialInputOps[F]

    Transformer for a single input and binary output document.

Value Members

  1. object ParallelRenderer

    Builder API for constructing a rendering operation for a tree of binary output documents.

  2. object ParallelTransformer

    Builder API for constructing a transformation for a tree of input and binary output documents.

  3. object SequentialRenderer

    Builder API for constructing a rendering operation for a single binary output document.

  4. object SequentialTransformer

    Builder API for constructing a transformation from a single input document to a single binary output document.

Ungrouped