kactoos-jvm / nnl.rocks.kactoos / Text
interface Text
Text.
Since 0.2
| Name | Summary |
|---|---|
| asString | abstract fun asString(): StringConvert it to the string. |
| Name | Summary |
|---|---|
| Base64Text | class Base64Text : TextDecodes the origin text using the Base64 encoding scheme. |
| DateAsText | class DateAsText : TextFormatter for date instances. Formats the date using the provided formatter. |
| FormattedText | class FormattedText : TextText in Sprinf format. |
| LocalDateAsText | class LocalDateAsText : TextFormatter for LocalDate instances. |
| LocalDateTimeAsText | class LocalDateTimeAsText : TextFormatter for LocalDateTime instances. |
| OffsetDateTimeAsText | class OffsetDateTimeAsText : TextFormatter for OffsetDateTime instances. |
| RandomText | class RandomText : TextRandom text. |
| TextEnvelope | abstract class TextEnvelope : Text, Comparable<Text>Text envelope that provides equals and hashCode methods. |
| UncheckedText | class UncheckedText : TextText that doesn’t throw checked Exception. |
| ZonedDateTimeAsText | class ZonedDateTimeAsText : TextFormatter for ZonedDateTime instances. |