Interface ResultAccessor.ResultMutator<RES>

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

    Modifier and Type
    Method
    Description
    void
    setResult(RES aResult)
    Sets the result for the result property.
  • Method Details

    • setResult

      void setResult(RES aResult)
      Sets the result for the result property.
      Parameters:
      aResult - The result to be stored by the result property.