Module is.codion.framework.domain
Interface DerivedAttribute.Provider<T>
- Type Parameters:
T
- the underlying type
- All Superinterfaces:
Serializable
- Enclosing interface:
- DerivedAttribute<T>
Responsible for providing values derived from other values
-
Method Summary
-
Method Details
-
get
- Parameters:
values
- the source values, mapped to their respective attributes- Returns:
- the derived value
-