J.Input.Text

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

Def

inline def ~: ~
inline def apply(inline v: Input): Text
inline def read: Int
inline def read(inline ca: Array[Char]): Int
inline def read(inline ca: Array[Char], i: <>): Int
def read(size: Int): String
inline def readAll: String
inline def readAllAndClose: String
inline def separated_~(separator: Char => Boolean): ~[Idx & CharSequence]

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: Reader
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