Class Functions0.ThrowingFunction0Adapter<T>
- java.lang.Object
-
- org.eclipse.collections.impl.block.function.checked.CheckedFunction0<T>
-
- org.eclipse.collections.impl.block.factory.Functions0.ThrowingFunction0Adapter<T>
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.Supplier<T>,Function0<T>,ThrowingFunction0<T>
- Enclosing class:
- Functions0
private static final class Functions0.ThrowingFunction0Adapter<T> extends CheckedFunction0<T>
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDprivate ThrowingFunction0<T>throwingFunction0
-
Constructor Summary
Constructors Modifier Constructor Description privateThrowingFunction0Adapter(ThrowingFunction0<T> throwingFunction0)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TsafeValue()-
Methods inherited from class org.eclipse.collections.impl.block.function.checked.CheckedFunction0
value
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
throwingFunction0
private final ThrowingFunction0<T> throwingFunction0
-
-
Constructor Detail
-
ThrowingFunction0Adapter
private ThrowingFunction0Adapter(ThrowingFunction0<T> throwingFunction0)
-
-
Method Detail
-
safeValue
public T safeValue() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-