ReplVariablePrinter

Companion:
class
trait Variable => String
class Object
trait Matchable
class Any

Value members

Inherited methods

@unspecialized
def andThen[A](g: String => A): Variable => A
Inherited from:
Function1
def appendMultiline(sb: PrintStream, string: String, N: Int): Unit
Inherited from:
ReplVariablePrinter
def appendMultiline(sb: PrintStream, string: String): Unit
Inherited from:
ReplVariablePrinter
override def apply(binder: Variable): String
Definition Classes
ReplVariablePrinter -> Function1
Inherited from:
ReplVariablePrinter
@unspecialized
def compose[A](g: A => Variable): A => String
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1