ReifiedBitmap

trait ReifiedBitmap extends Bitmap
trait Bitmap
trait Algebra
class Object
trait Matchable
class Any
class Algebra
Algebra { type Drawing <: (Drawing); }

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.

Inherited from:
Algebra
Source:
Algebra.scala

Value members

Concrete methods

Inherited methods

def read(file: String): Drawing[Unit]

Convenience to read an image from the file specified in the given String

Convenience to read an image from the file specified in the given String

Inherited from:
Bitmap
Source:
Bitmap.scala

Implicits

Inherited implicits

Inherited from:
Algebra
Source:
Algebra.scala