Class TaskCollectors.SetOfCollector<T>

java.lang.Object
com.oracle.coherence.concurrent.executor.TaskCollectors.SetOfCollector<T>
Type Parameters:
T - the type of the result
All Implemented Interfaces:
Task.Collector<T,Set<T>,Set<T>>, ExternalizableLite, PortableObject, Serializable
Enclosing class:
TaskCollectors

public static class TaskCollectors.SetOfCollector<T> extends Object implements Task.Collector<T,Set<T>,Set<T>>, PortableObject
A Task.Collector that collects and returns all contributed results that are values as a Set.
See Also:
  • Constructor Details

    • SetOfCollector

      public SetOfCollector()
  • Method Details