kactoos-jvm / nnl.rocks.kactoos.text / UncheckedText / <init>
UncheckedText(text:
Text
)
UncheckedText(txt:
String
)
Ctor.
txt
- Encapsulated text
Since 0.9
UncheckedText(text:
Text
, fallback:
Func
<
IOException
,
String
>)
Text that doesn’t throw checked Exception.
There is no thread-safety guarantee.
text
- Encapsulated text
fallback
- Fallback func if IOException happens
Since 0.3