| Package | Description |
|---|---|
| com.opengamma.strata.market.explain |
Support for explaining results.
|
| Modifier and Type | Method and Description |
|---|---|
<R extends List<?>> |
ExplainMapBuilder.addListEntry(ExplainKey<R> key,
Consumer<ExplainMapBuilder> consumer)
Adds a list entry using a consumer callback function.
|
<R extends List<?>> |
ExplainMapBuilder.addListEntryWithIndex(ExplainKey<R> key,
Consumer<ExplainMapBuilder> consumer)
Adds a list entry using a consumer callback function, including the list index.
|
static ExplainMapBuilder |
ExplainMap.builder()
Returns a builder for creating the map.
|
<R extends List<?>> |
ExplainMapBuilder.closeListEntry(ExplainKey<R> key)
Closes the currently open list.
|
<R extends List<?>> |
ExplainMapBuilder.openListEntry(ExplainKey<R> key)
Opens a list entry to be populated.
|
<R> ExplainMapBuilder |
ExplainMapBuilder.put(ExplainKey<R> key,
R value)
Puts a single value into the map.
|
| Modifier and Type | Method and Description |
|---|---|
<R extends List<?>> |
ExplainMapBuilder.addListEntry(ExplainKey<R> key,
Consumer<ExplainMapBuilder> consumer)
Adds a list entry using a consumer callback function.
|
<R extends List<?>> |
ExplainMapBuilder.addListEntryWithIndex(ExplainKey<R> key,
Consumer<ExplainMapBuilder> consumer)
Adds a list entry using a consumer callback function, including the list index.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.