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
Known subtypes
trait Java2dWriter[Fmt]
object Java2dGifWriter.type
object Java2dJpgWriter.type
object Java2dPdfWriter.type
object Java2dPngWriter.type

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