J.Output.Text

object Text extends Ref.Custom.Type[Text, OutputStreamWriter]
class Ref.Custom.Type[Text, OutputStreamWriter]
class Object
trait Matchable
class Any

Def

inline def apply(inline v: Output): Text
inline def array(inline a: Array[Char]): Text
inline def array(inline a: Array[Char], r: <>): Text
inline def array(inline a: Array[Char], inline start: Int, inline size: Int): Text
inline def byte(inline v: Byte): Text
inline def char(inline v: Char): Text
inline def double(inline v: Double): Text
inline def float(inline v: Float): Text
inline def flush: Text
inline def int(inline v: Int): Text
inline def long(inline v: Long): Text
inline def short(inline v: Short): Text
inline def string(inline v: String): Text
inline def string(inline v: String, r: <>): Text
inline def string(inline v: String, inline start: Int, inline size: Int): Text
inline def writeAllAndClose(inline v: String): Unit

Inherited

def info(v: Text): Info

Type to Info

Type to Info

Override this method to provide type standard Info implementation

Inherited from
Type
Source
Type.scala
final def isRef: Boolean
Inherited from
Type
Source
Type.scala
def isVoid(v: Text): Boolean

Void check

Void check

Override this method to define which instances of this type are void

By default this method always returns false

If type supports void instances, then following inmpelentation should be added in most cases:

 implicit inline def xxRequest(inline v: \/) : <type> = <return void>
Inherited from
Type
Source
Type.scala
val name: String
Inherited from
Type
Source
Type.scala
inline def real: OutputStreamWriter
Inherited from
Type
Source
Type.scala
def tag(v: Text): String

Type to String

Type to String

Override this method to provide type standard convertion to String

Inherited from
Type
Source
Type.scala