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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rvalue()-
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
-
-