T
E
public final class Checked<T,E extends Exception> extends Object implements Scalar<T>
There is no thread-safety guarantee.
Checked(Scalar<? extends T> scalar, Func<? super Exception,? extends E> fnc)
value()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Checked(Scalar<? extends T> scalar, Func<? super Exception,? extends E> fnc)
scalar
fnc
public T value() throws E extends Exception
Scalar
value
Scalar<T>
E extends Exception
Copyright © 2017–2021 Cactoos. All rights reserved.