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>
public abstract class CheckedFunction0<R> extends Object implements Function0<R>, ThrowingFunction0<R>
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CheckedFunction0()
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.impl.block.function.checked.ThrowingFunction0
safeValue
-
Constructor Details
-
CheckedFunction0
public CheckedFunction0()
-
-
Method Details