Uses of Interface
is.codion.framework.domain.entity.attribute.DerivedValue.SourceValues
Packages that use DerivedValue.SourceValues
-
Uses of DerivedValue.SourceValues in is.codion.framework.domain.entity.attribute
Methods in is.codion.framework.domain.entity.attribute that return DerivedValue.SourceValuesModifier and TypeMethodDescriptionstatic DerivedValue.SourceValuesDerivedValue.sourceValues(Attribute<?> derivedAttribute, Map<Attribute<?>, Object> values) Methods in is.codion.framework.domain.entity.attribute with parameters of type DerivedValue.SourceValuesModifier and TypeMethodDescriptionDerivedValue.from(DerivedValue.SourceValues values) Must be total, that is, return a value or null for every combination of source values, including all null, which a new entity presents.