FileWriter

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

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

Attributes

Source
FileWriter.scala
Graph
Supertypes
trait Writer[Alg, Frame]
class Object
trait Matchable
class Any
Known subtypes
trait Java2dWriter[Fmt]
object SvgWriter
Show all

Members list

Value members

Abstract methods

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

Attributes

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

Attributes

Source
FileWriter.scala