Writer

doodle.effect.Writer
trait Writer[+Alg <: Algebra, Frame, Fmt <: Format]

The Writer typeclass represents write a picture to a file in a given format.

Attributes

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

Members list

Value members

Abstract methods

def write[A](file: File, description: Frame, image: Picture[Alg, A]): IO[A]

Attributes

Source
Writer.scala
def write[A](file: File, image: Picture[Alg, A]): IO[A]

Attributes

Source
Writer.scala