Renderable

fs2.data.text.render.Renderable
trait Renderable[Event]

Typeclass indicating how to render a given event type.

Attributes

Source
Renderable.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def newRenderer(): Renderer[Event]

Creates a new instance of a renderer.

Creates a new instance of a renderer. This allows for renderer with mutable state. If the renderer has no state, it can return the same instance every time.

Attributes

Source
Renderable.scala