fs2.data.text.render
package fs2.data.text.render
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Source
- DocEvent.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object AlignBeginobject AlignEndobject GroupBeginobject GroupEndobject IndentBeginobject IndentEndobject Lineobject LineBreakclass TextShow all
object DocEvent
Attributes
- Companion
- trait
- Source
- DocEvent.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DocEvent.type
final case class RenderException(msg: String) extends Exception
Attributes
- Source
- RenderException.scala
- Supertypes
-
trait Producttrait Equalsclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Typeclass indicating how to render a given event type.
Typeclass indicating how to render a given event type.
Attributes
- Source
- Renderable.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Source
- Renderer.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
def pretty[F[_], Event](width: Int, indent: Int)(implicit render: Renderable[Event]): (F, Event) => String
Attributes
- Source
- package.scala
In this article