| Package | Description |
|---|---|
| org.cometd.oort |
| Modifier and Type | Class and Description |
|---|---|
static class |
OortObjectMergers.ListUnionMerger<E> |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> OortObject.Merger<java.util.concurrent.ConcurrentMap<K,V>,java.util.concurrent.ConcurrentMap<K,V>> |
OortObjectMergers.concurrentMapUnion() |
static <E> OortObject.Merger<java.util.List<E>,java.util.List<E>> |
OortObjectMergers.listUnion() |
static OortObject.Merger<java.lang.Long,java.lang.Long> |
OortObjectMergers.longSum() |
static <K,V> OortObject.Merger<java.util.Map<K,V>,java.util.Map<K,V>> |
OortObjectMergers.mapUnion() |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
OortObject.merge(OortObject.Merger<T,R> strategy)
Merges the objects of all the
OortObject.Infos known to this oort object using the given strategy. |
Copyright © 2008–2019 The CometD Project. All rights reserved.