public abstract class CheckedFunction0<R> extends java.lang.Object implements com.gs.collections.api.block.function.Function0<R>
CheckedFunction0()
abstract R
safeValue()
R
value()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CheckedFunction0()
public final R value()
value
com.gs.collections.api.block.function.Function0<R>
public abstract R safeValue() throws java.lang.Exception
java.lang.Exception