kactoos-jvm / nnl.rocks.kactoos.io / CheckedOutput
class CheckedOutput<E> :
Output
Output that throws exception of specified type.
E
- Exception’s type.
origin
- Origin output.
func
- Function that wraps exceptions.
Since 0.4
Name | Summary |
---|---|
<init> | CheckedOutput(origin: Output , func: KFunc < Exception , E >) Output that throws exception of specified type. |
Name | Summary |
---|---|
stream | fun stream(): OutputStream Get write access to it. |