public final class UncheckedText extends Object implements Text
Exception.
There is no thread-safety guarantee.
Text.NoNulls| Constructor and Description |
|---|
UncheckedText(String txt)
Ctor.
|
UncheckedText(Text txt)
Ctor.
|
UncheckedText(Text txt,
Func<IOException,String> fbk)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
asString()
Convert it to the string.
|
int |
compareTo(Text txt) |
public UncheckedText(String txt)
txt - Encapsulated textpublic UncheckedText(Text txt)
txt - Encapsulated textpublic UncheckedText(Text txt, Func<IOException,String> fbk)
txt - Encapsulated textfbk - Fallback func if IOException happensCopyright © 2017 Cactoos. All rights reserved.