ReplVariablePrinter

mdoc.internal.markdown.ReplVariablePrinter
See theReplVariablePrinter companion class

Attributes

Companion
class
Graph
Supertypes
trait Variable => String
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

def andThen[A](g: String => A): T1 => A

Attributes

Inherited from:
Function1
def appendMultiline(sb: PrintStream, string: String, N: Int): Unit

Attributes

Inherited from:
ReplVariablePrinter
def appendMultiline(sb: PrintStream, string: String): Unit

Attributes

Inherited from:
ReplVariablePrinter
override def apply(binder: Variable): String

Attributes

Definition Classes
ReplVariablePrinter -> Function1
Inherited from:
ReplVariablePrinter
def compose[A](g: A => Variable): A => R

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1