OutputOps
case class OutputOps[F[_]](parsers: NonEmptyList[MarkupParser], renderer: BinaryRenderer[F], theme: Theme[F], input: InputTreeBuilder[F], mapper: TreeMapper[F])(implicit evidence$5: Async[F], evidence$6: Batch[F]) extends BinaryOutputOps[F]
Builder step that allows to specify the output to render to.
trait Serializable
trait Product
trait Equals
trait BinaryOutputOps[F]
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
Builder step that instructs the runtime to render to the specified file.
Builder step that instructs the runtime to render to the specified file.
- Value Params
- file
the file to write to
- Inherited from
- BinaryOutputOps
Builder step that instructs the runtime to render to the file with the specified name.
Builder step that instructs the runtime to render to the file with the specified name.
- Value Params
- name
the name of the file to write to
- Inherited from
- BinaryOutputOps
Builder step that instructs the runtime to render to the specified output stream.
Builder step that instructs the runtime to render to the specified output stream.
- Value Params
- autoClose
indicates whether the stream should be closed after all output had been written
- stream
the binary stream to render to
- Inherited from
- BinaryOutputOps