Printer

io.github.scalats.core.Printer
See thePrinter companion object
trait Printer extends (Settings, Kind, ListSet[Kind], String, ListSet[TypeRef]) => PrintStream

Attributes

Companion
object
Graph
Supertypes
trait (Settings, Kind, ListSet[Kind], String, ListSet[TypeRef]) => PrintStream
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def apply(configuration: Settings, kind: Kind, others: ListSet[Kind], name: String, requires: ListSet[TypeRef]): PrintStream

Resolves the printer to be used to the specified type (and its required associated types).

Resolves the printer to be used to the specified type (and its required associated types).

Value parameters

configuration

the generator configuration

kind

the kind of the declaration to be printed

name

the name of the type whose declaration must be printed

requires

the type required by the current declaration

Attributes

Inherited methods

def curried: Settings => Kind => ListSet[Kind] => String => ListSet[TypeRef] => PrintStream

Attributes

Inherited from:
Function5
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
Function5 -> Any
Inherited from:
Function5
def tupled: ((Settings, Kind, ListSet[Kind], String, ListSet[TypeRef])) => PrintStream

Attributes

Inherited from:
Function5