Interface ResultAccessor<RES>

  • Type Parameters:
    RES - The type of the result to be used.
    All Known Subinterfaces:
    ResultAccessor.ResultProperty<RES>

    public interface ResultAccessor<RES>
    Provides access to a result property for e.g. key / result pair.
    • Method Detail

      • getResult

        RES getResult()
        Retrieves the result from the result property.
        Returns:
        The result stored by the result property.