WriterIOOpsHelper

doodle.syntax.WriterSyntax.WriterOps.WriterIOOpsHelper
class WriterIOOpsHelper[Fmt <: Format](picture: Picture[Alg, A])

Attributes

Source
WriterSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[Frame](file: String)(implicit w: Writer[Alg, Frame, Fmt]): IO[A]

Attributes

Source
WriterSyntax.scala
def apply[Frame](file: File)(implicit w: Writer[Alg, Frame, Fmt]): IO[A]

Attributes

Source
WriterSyntax.scala
def apply[Frame](file: String, frame: Frame)(implicit w: Writer[Alg, Frame, Fmt]): IO[A]

Attributes

Source
WriterSyntax.scala
def apply[Frame](file: File, frame: Frame)(implicit w: Writer[Alg, Frame, Fmt]): IO[A]

Attributes

Source
WriterSyntax.scala