public abstract class AbstractAggregateLoader<T> extends AbstractAttributeLoader<T> implements AggregateAttributeLoader<T>
mySpec| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAggregateLoader(AttributeSpec<T> spec) |
| Modifier and Type | Method and Description |
|---|---|
static <T> AttributeValue<T> |
firstChildError(List<AttributeValue<T>> children)
Returns the first error
AttributeValue from list of children values. |
getAttributeSpec, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitloadValuegetCachingStrategyisWholeForestDependent, preloadgetAttributeDependencies, getAttributeSpec, getContextDependencies, getGlobalTrailprotected AbstractAggregateLoader(AttributeSpec<T> spec)
public static <T> AttributeValue<T> firstChildError(@NotNull List<AttributeValue<T>> children)
AttributeValue from list of children values.T - AttributeValue generic typechildren - list of children valuesnull if none.Copyright © 2023 ALM Works. All Rights Reserved.