Package convex.core.lang.impl
Class RollbackValue<T extends ACell>
java.lang.Object
convex.core.lang.impl.AExceptional
convex.core.lang.impl.AReturn
convex.core.lang.impl.RollbackValue<T>
- Type Parameters:
T
- Type of return value
Class representing a function return value
"Computers are useless. They can only give you answers." - Pablo Picasso
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RollbackValue
-
-
Method Details
-
wrap
-
getValue
-
toString
-
getCode
Description copied from class:AExceptional
Returns the Exception code for this exceptional value- Specified by:
getCode
in classAExceptional
- Returns:
- Exception Code
-
getMessage
Description copied from class:AExceptional
Gets the message for an exceptional value. May or may not be meaningful.- Specified by:
getMessage
in classAExceptional
- Returns:
- Exception Message
-