- 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 the
ResultAccessor
with a setter method.-
Method Summary
-
Method Details
-
setResult
Sets the result for the result property.- Parameters:
aResult
- The result to be stored by the result property.
-