fs2.data.text.render

Members list

Type members

Classlikes

sealed trait DocEvent

Attributes

Companion
object
Source
DocEvent.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AlignBegin
object AlignEnd
object GroupBegin
object GroupEnd
object IndentBegin
object IndentEnd
object Line
object LineBreak
class Text
Show all
object DocEvent

Attributes

Companion
trait
Source
DocEvent.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
DocEvent.type
final case class RenderException(msg: String) extends Exception

Attributes

Source
RenderException.scala
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
trait Renderable[Event]

Typeclass indicating how to render a given event type.

Typeclass indicating how to render a given event type.

Attributes

Source
Renderable.scala
Supertypes
class Object
trait Matchable
class Any
trait Renderer[Event]

Attributes

Source
Renderer.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def pretty[F[_], Event](width: Int, indent: Int)(implicit render: Renderable[Event]): (F, Event) => String

Attributes

Source
package.scala