Interface InvocableMap.EntryAggregator<K,​V,​R>

    • Method Detail

      • aggregate

        R aggregate​(Set<? extends InvocableMap.Entry<? extends K,​? extends V>> setEntries)
        Process a set of InvocableMap.Entry objects in order to produce an aggregated result.
        Parameters:
        setEntries - a Set of read-only InvocableMap.Entry objects to aggregate
        Returns:
        the aggregated result from processing the entries