Package | Description |
---|---|
agi.foundation.coverage |
Contains types for computing complex access calculations between many different objects simultaneously.
|
Modifier and Type | Method and Description |
---|---|
static CoverageGridPointCreationCallback |
CoverageGridPointCreationCallback.of(CoverageGridPointCreationCallback.Function f)
Create a delegate for the given interface.
|
static CoverageGridPointCreationCallback |
CoverageGridPointCreationCallback.of(CoverageGridPointCreationCallback.Function f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static CoverageGridPointCreationCallback |
CoverageGridPointCreationCallback.of(CoverageGridPointCreationCallback.Function f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|