Class CheckedFunction0<R>
java.lang.Object
org.eclipse.collections.impl.block.function.checked.CheckedFunction0<R>
- All Implemented Interfaces:
Serializable
,Supplier<R>
,Function0<R>
,ThrowingFunction0<R>
- Direct Known Subclasses:
Functions0.ThrowingFunction0Adapter
public abstract class CheckedFunction0<R>
extends Object
implements Function0<R>, ThrowingFunction0<R>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.impl.block.function.checked.ThrowingFunction0
safeValue