-
- All Implemented Interfaces:
public final class CoStringsKt
-
-
Method Summary
Modifier and Type Method Description final static Unitoutput(IntCoAcceptor<?> $self, Character ch)Output a character. final static Unitoutput(IntCoAcceptor<?> $self, CharSequence cs)Output a string. final static UnitoutputHex(IntCoAcceptor<?> $self, Byte byte)Output a Byte as two hexadecimal characters. final static UnitoutputHex(IntCoAcceptor<?> $self, Short short)Output a Short as four hexadecimal characters. final static UnitoutputInt(IntCoAcceptor<?> $self, Integer i)Output an Int as a decimal string. final static UnitoutputPositiveInt(IntCoAcceptor<?> $self, Integer i)Output a positive Int as a decimal string. final static UnitoutputLong(IntCoAcceptor<?> $self, Long i)Output a Long as a decimal string. final static UnitoutputPositiveLong(IntCoAcceptor<?> $self, Long i)Output a positive Long as a decimal string. final static Unitoutput2Digits(IntCoAcceptor<?> $self, Integer i)Output an Int as two decimal digits. final static Unitoutput3Digits(IntCoAcceptor<?> $self, Integer i)Output an Int as three decimal digits. -
-
Method Detail
-
output
final static Unit output(IntCoAcceptor<?> $self, Character ch)
Output a character.
-
output
final static Unit output(IntCoAcceptor<?> $self, CharSequence cs)
Output a string.
-
outputHex
final static Unit outputHex(IntCoAcceptor<?> $self, Byte byte)
Output a Byte as two hexadecimal characters.
-
outputHex
final static Unit outputHex(IntCoAcceptor<?> $self, Short short)
Output a Short as four hexadecimal characters.
-
outputInt
final static Unit outputInt(IntCoAcceptor<?> $self, Integer i)
Output an Int as a decimal string.
-
outputPositiveInt
final static Unit outputPositiveInt(IntCoAcceptor<?> $self, Integer i)
Output a positive Int as a decimal string.
-
outputLong
final static Unit outputLong(IntCoAcceptor<?> $self, Long i)
Output a Long as a decimal string.
-
outputPositiveLong
final static Unit outputPositiveLong(IntCoAcceptor<?> $self, Long i)
Output a positive Long as a decimal string.
-
output2Digits
final static Unit output2Digits(IntCoAcceptor<?> $self, Integer i)
Output an Int as two decimal digits.
-
output3Digits
final static Unit output3Digits(IntCoAcceptor<?> $self, Integer i)
Output an Int as three decimal digits.
-
-
-
-