RendererSyntax

doodle.syntax.RendererSyntax

Attributes

Source
RendererSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object 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

Concrete 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

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