-
- Type Parameters:
RES
- The type of the result property.
- All Known Subinterfaces:
ResultAccessor.ResultProperty<RES,EXC>
- Enclosing interface:
- ResultAccessor<RES,EXC extends Exception>
public static interface ResultAccessor.ResultMutator<RES>
Extends theResultAccessor
with a setter method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setResult(RES aResult)
Sets the result for the result property.
-
-
-
Method Detail
-
setResult
void setResult(RES aResult)
Sets the result for the result property.- Parameters:
aResult
- The result to be stored by the result property.
-
-