Package | Description |
---|---|
brown.tracingplane.bdl |
Library classes used by BDL-generated objects, including the
BDLContext implementation of
BaggageContext . |
Modifier and Type | Interface and Description |
---|---|
interface |
BaggageHandler<T extends Bag>
Provides serialization, deserialization, branch, and merge logic for a bag type.
|
Modifier and Type | Class and Description |
---|---|
static class |
CounterImpl.Handler
Provides branch, merge, and serialization logic for
CounterImpl |
Modifier and Type | Method and Description |
---|---|
static <T> Joiner<T> |
Joiners.first() |
static <K,V> Joiner<java.util.Map<K,V>> |
Joiners.mapMerge(Joiner<V> valueJoiner) |
static Joiner<java.lang.Boolean> |
Joiners.or() |
static <V> Joiner<java.util.Set<V>> |
Joiners.setUnion() |
Modifier and Type | Method and Description |
---|---|
static <K,V> Joiner<java.util.Map<K,V>> |
Joiners.mapMerge(Joiner<V> valueJoiner) |