Module is.codion.framework.domain
Interface DerivedAttributeDefinition.DerivedBuilder.SourceAttributesStep<T,B extends DerivedAttributeDefinition.DerivedBuilder<T,B>>
- Type Parameters:
T- the attribute value typeB- the builder type
- Enclosing interface:
DerivedAttributeDefinition.DerivedBuilder<T,B extends DerivedAttributeDefinition.DerivedBuilder<T, B>>
public static interface DerivedAttributeDefinition.DerivedBuilder.SourceAttributesStep<T,B extends DerivedAttributeDefinition.DerivedBuilder<T,B>>
The first step in building a
DerivedAttributeDefinition-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
from
- Parameters:
attributes- the attributes to derive the value from- Returns:
- a
DerivedAttributeDefinition.DerivedBuilder.DerivedValueStepinstance
-