public interface Text
If you don't want to have any checked exceptions being thrown
out of your Text
, you can use
UncheckedText
decorator.
There is no thread-safety guarantee.
TextOf
Modifier and Type | Method and Description |
---|---|
String |
asString()
Convert it to the string.
|
Copyright © 2017–2020 Cactoos. All rights reserved.