Interface AddToAggregateItem<S,T>
- Type Parameters:
S- individual-item typeT- aggregate-item type (combines many individual types)
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Adds an individual-item to an aggregate-item.
- Author:
- Owen Feehan
-
Method Summary
-
Method Details
-
add
Adds an individual item to an aggregate item.- Parameters:
individual- the individual item to be addedaggregate- the aggregate item to which the individual item is added- Throws:
OperationFailedException- if the addition operation fails
-