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<ConcurrentMap<K,V>,ConcurrentMap<K,V>> |
OortObjectMergers.concurrentMapUnion() |
static <E> OortObject.Merger<List<E>,List<E>> |
OortObjectMergers.listUnion() |
static OortObject.Merger<Long,Long> |
OortObjectMergers.longSum() |
static <K,V> OortObject.Merger<Map<K,V>,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.Info s known to this oort object using the given strategy . |
Copyright © 2008–2024 The CometD Project. All rights reserved.