Packages

p

laika.io

ops

package ops

Type Members

  1. trait BinaryOutputOps[F[_]] extends AnyRef

    API for specifying the output for a binary format like EPUB or PDF.

    API for specifying the output for a binary format like EPUB or PDF.

    It allows any class merging in this trait to define all output related operations in terms of the only abstract method toOutput.

  2. trait IOBuilderOps[SEQ[_[_]], PAR[_[_]]] extends AnyRef

    Builder step that allows to choose between sequential and parallel execution and specify the effect type.

  3. trait ParallelInputOps[F[_]] extends AnyRef

    API for specifying the tree of character inputs for a parsing operation.

    API for specifying the tree of character inputs for a parsing operation.

    It allows any class merging in this trait to define all input related operations in terms of the only abstract method fromInput.

  4. trait ParallelTextOutputOps[F[_]] extends AnyRef

    API for specifying the tree of character outputs for a rendering operation.

    API for specifying the tree of character outputs for a rendering operation.

    It allows any class merging in this trait to define all input related operations in terms of the only abstract method toOutput.

  5. trait SequentialInputOps[F[_]] extends AnyRef

    API for specifying a single character input for a parsing operation.

    API for specifying a single character input for a parsing operation.

    It allows any class merging in this trait to define all input related operations in terms of the only abstract method fromInput.

  6. trait SequentialTextOutputOps[F[_]] extends AnyRef

    API for specifying a single character output for a rendering operation.

    API for specifying a single character output for a rendering operation.

    It allows any class merging in this trait to define all output related operations in terms of the only abstract method toOutput.

Ungrouped