kactoos-jvm / nnl.rocks.kactoos.text / TrimmedLeftText
class TrimmedLeftText :
TextEnvelope
Text with leading whitespace removed.
There is no thread-safety guarantee.
origin
- The text
Since 0.5
Name | Summary |
---|---|
<init> | TrimmedLeftText(text: Text ) TrimmedLeftText(origin: KText ) Text with leading whitespace removed. |
Name | Summary |
---|---|
asString | open fun asString(): String Convert it to the string. |
compareTo | open fun compareTo(other: Text ): Int |
equals | open fun equals(other: Any ?): Boolean |
hashCode | open fun hashCode(): Int |
toString | open fun toString(): String |