X
- Type of inputY
- Type of outputpublic final class IoCheckedFunc<X,Y> extends Object implements Func<X,Y>
Exception
, but throws
IOException
instead.
There is no thread-safety guarantee.
Func.NoNulls<X,Y>
Constructor and Description |
---|
IoCheckedFunc(Func<X,Y> fnc)
Ctor.
|
public Y apply(X input) throws IOException
Func
apply
in interface Func<X,Y>
input
- The argumentIOException
Copyright © 2017–2018 Cactoos. All rights reserved.