Package | Description |
---|---|
org.cometd.oort |
Modifier and Type | Class | Description |
---|---|---|
static class |
OortObjectMergers.ListUnionMerger<E> |
Modifier and Type | Method | 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 | Description |
---|---|---|
<R> R |
OortObject.merge(OortObject.Merger<T,R> strategy) |
Merges the objects of all the
OortObject.Info s known to this oort object using the given strategy . |
Copyright © 2008–2017 The CometD Project. All rights reserved.