renderer

doodle.syntax.package$.renderer$
object renderer extends RendererSyntax

Attributes

Source
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
renderer.type

Members list

Type members

Inherited classlikes

implicit class RendererFrameOps[Frame](frame: Frame)

Attributes

Inherited from:
AbstractRendererSyntax
Source
AbstractRendererSyntax.scala
Supertypes
class Object
trait Matchable
class Any
implicit class RendererPictureOps[Alg <: Algebra, A](picture: Picture[Alg, A])

Attributes

Inherited from:
AbstractRendererSyntax
Source
AbstractRendererSyntax.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

protected def runIO[A](io: IO[A])(implicit runtime: IORuntime): Unit

Subtypes should implement this with unsafeRunSync or unsafeRunAsync as appropriate. Returns Unit because unsafeRunAsync cannot return a value.

Subtypes should implement this with unsafeRunSync or unsafeRunAsync as appropriate. Returns Unit because unsafeRunAsync cannot return a value.

Attributes

Inherited from:
RendererSyntax
Source
RendererSyntax.scala

Implicits

Inherited implicits

final implicit def RendererFrameOps[Frame](frame: Frame): RendererFrameOps[Frame]

Attributes

Inherited from:
AbstractRendererSyntax
Source
AbstractRendererSyntax.scala
final implicit def RendererPictureOps[Alg <: Algebra, A](picture: Picture[Alg, A]): RendererPictureOps[Alg, A]

Attributes

Inherited from:
AbstractRendererSyntax
Source
AbstractRendererSyntax.scala