Tagged

doodle.svg.algebra.Tagged
trait Tagged[Tag] extends Algebra

This algebra allows you to include any ScalaTags tag within an SVG drawing.

Attributes

Source
Tagged.scala
Graph
Supertypes
trait Algebra
class Object
trait Matchable
class Any
Known subtypes
trait JsTagged
class JsAlgebra

Members list

Type members

Inherited and Abstract 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

def tagged[A](drawing: Drawing[A], tag: Tag): Drawing[A]

Wrap the given Tag around the given Drawing.

Wrap the given Tag around the given Drawing.

Attributes

Source
Tagged.scala

Implicits

Inherited and Abstract implicits

implicit val drawingInstance: Monad[Drawing]

Attributes

Inherited from:
Algebra
Source
Algebra.scala