Package | Description |
---|---|
agi.foundation.infrastructure |
Contains types which support various aspects of the DME Component Libraries infrastructure.
|
Modifier and Type | Method and Description |
---|---|
static CreateCalculationContextFacetCallback |
CreateCalculationContextFacetCallback.of(CreateCalculationContextFacetCallback.Function f)
Create a delegate for the given interface.
|
static CreateCalculationContextFacetCallback |
CreateCalculationContextFacetCallback.of(CreateCalculationContextFacetCallback.Function f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static CreateCalculationContextFacetCallback |
CreateCalculationContextFacetCallback.of(CreateCalculationContextFacetCallback.Function f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|