Writer

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

Marker trait for effects that write a picture to a file or some other type.

Attributes

Source
Writer.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Base64Writer[Alg, Frame, Fmt]
trait BufferedImageWriter[Alg, Frame]
trait FileWriter[Alg, Frame, Fmt]
In this article