defaultShortDisplay

kse.eio.Display.defaultShortDisplay
object defaultShortDisplay extends Display[Short]

Attributes

Graph
Supertypes
trait Display[Short]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def appendImpl(target: StringBuilder, a: Short, space: Int, flags: Flags): Info

Implementation details for how to append things and report on alignment points.

Implementation details for how to append things and report on alignment points.

Attributes

Inherited methods

def append(target: StringBuilder, a: Short, limit: Int, flags: Flags)(using ctx: Context): Info

Place the displayable a into a target java.lang.StringBuilder.

Place the displayable a into a target java.lang.StringBuilder.

If limit is positive, it is the maximum target width.

If strict is true, do everything possible to meet the width. If false, it's advisory only. Numbers, for example, should generally clip (or fail to print) only in strict mode.

Attributes

Inherited from:
Display
def display(a: Short)(using ctx: Context): String

Place the displayable into a new String.

Place the displayable into a new String.

Attributes

Inherited from:
Display
def displayWith(a: Short, limit: Int, flags: Flags)(using ctx: Context): String

Place the displayable into a new String with specified options.

Place the displayable into a new String with specified options.

Attributes

Inherited from:
Display