FromJpgBase64

doodle.algebra.FromJpgBase64
trait FromJpgBase64 extends Algebra

Algebra indicating a Picture can be created from a base 64 encoded bitmap in JPG format.

Attributes

Source
FromBase64.scala
Graph
Supertypes
trait Algebra
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Inherited types

type Drawing[_]

The effect type that methods on this algebra produce. Represents an effect that, when run, will draw something and produce a value.

The effect type that methods on this algebra produce. Represents an effect that, when run, will draw something and produce a value.

Attributes

Inherited from:
Algebra
Source
Algebra.scala

Value members

Abstract methods

Create a picture from a Base64 encoded bitmap in the given format. The format is reified as a value so the method can dispatch on it.

Create a picture from a Base64 encoded bitmap in the given format. The format is reified as a value so the method can dispatch on it.

Attributes

Source
FromBase64.scala

Implicits

Inherited implicits

implicit val drawingInstance: Monad[Drawing]

Attributes

Inherited from:
Algebra
Source
Algebra.scala