Class CheckedFunction0<R>
- java.lang.Object
-
- org.eclipse.collections.impl.block.function.checked.CheckedFunction0<R>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.Supplier<R>
,Function0<R>
,ThrowingFunction0<R>
- Direct Known Subclasses:
Functions0.ThrowingFunction0Adapter
public abstract class CheckedFunction0<R> extends java.lang.Object implements Function0<R>, ThrowingFunction0<R>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description CheckedFunction0()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description R
value()
-
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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-