Class TaskCollectors.LastOfCollector<T>

    • Constructor Detail

      • LastOfCollector

        public LastOfCollector()
    • Method Detail

      • finisher

        public Function<List<T>,​T> finisher()
        Description copied from interface: Task.Collector
        Perform the final transformation from the intermediate accumulation type A to the final result type R.
        Returns:
        a function which transforms the intermediate result to the final result
      • readExternal

        public void readExternal​(com.tangosol.io.pof.PofReader in)
                          throws IOException
        Throws:
        IOException
      • writeExternal

        public void writeExternal​(com.tangosol.io.pof.PofWriter out)
                           throws IOException
        Throws:
        IOException