Class AbstractReduceToLastCoalescer<T>
java.lang.Object
org.eclipse.scout.rt.server.notification.AbstractReduceToLastCoalescer<T>
- All Implemented Interfaces:
ICoalescer<T>
Reduce the list to the last element
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractReduceToLastCoalescer
public AbstractReduceToLastCoalescer()
-
-
Method Details
-
coalesce
- Specified by:
coalesce
in interfaceICoalescer<T>
- Parameters:
list
- all objects to coalesce. Ordered, such that new data is inserted at the end of the list- Returns:
- a coalesced result. Never
null
.
-