ToPicture

trait ToPicture[F[_], Input] extends Algebra[F]

Algebra that represents converting from the Input type to a F[Unit] (that in turn can be wrapped in a Picture). This can be used to represent, for example, creating a picture from a bitmap in a base64 encoded string.

trait Algebra[F]
class Object
trait Matchable
class Any

Value members

Abstract methods

def toPicture(in: Input): F[Unit]