ReplVariablePrinter

class ReplVariablePrinter(leadingNewline: Boolean, width: Int, height: Int, indent: Int) extends Variable => String
Companion:
object
trait Variable => String
class Object
trait Matchable
class Any

Value members

Concrete methods

def appendMultiline(sb: PrintStream, string: String): Unit
def appendMultiline(sb: PrintStream, string: String, N: Int): Unit
override def apply(binder: Variable): String
Definition Classes
Function1

Inherited methods

@unspecialized
def andThen[A](g: String => A): Variable => A
Inherited from:
Function1
@unspecialized
def compose[A](g: A => Variable): A => String
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1