Module is.codion.framework.domain
Interface DerivedAttributeDefinition.DenormalizedBuilder.DenormalizedUsingStep<T,B extends DerivedAttributeDefinition.DenormalizedBuilder<T,B>>
- Type Parameters:
T- the attribute value typeB- the builder type
- Enclosing interface:
DerivedAttributeDefinition.DenormalizedBuilder<T,B extends DerivedAttributeDefinition.DenormalizedBuilder<T, B>>
public static interface DerivedAttributeDefinition.DenormalizedBuilder.DenormalizedUsingStep<T,B extends DerivedAttributeDefinition.DenormalizedBuilder<T,B>>
The second step in building a denormalized attribute
-
Method Summary
-
Method Details
-
using
- Parameters:
denormalized- the denormalized attribute- Returns:
- a
DerivedAttributeDefinition.DenormalizedBuilderinstance
-