StandardOutput

io.github.scalats.core.Printer$.StandardOutput$
object StandardOutput extends Printer

Attributes

Graph
Supertypes
trait Printer
trait (Settings, Kind, String, ListSet[TypeRef]) => PrintStream
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(configuration: Settings, kind: 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).

Attributes

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

Inherited methods

def curried: T1 => T2 => T3 => T4 => R

Attributes

Inherited from:
Function4
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
Function4 -> Any
Inherited from:
Function4
def tupled: ((T1, T2, T3, T4)) => R

Attributes

Inherited from:
Function4