Interface AggregationSet<T,​K,​R>

    • Method Detail

      • getKey

        K getKey()
      • getValues

        java.util.List<T> getValues()
      • setResults

        void setResults​(java.util.List<R> values)
      • setErrorResult

        void setErrorResult​(R value)