Package | Description |
---|---|
agi.foundation.segmentpropagation |
Contains types for modeling a trajectory in segments, where the type of propagation varies for each segment.
|
Modifier and Type | Method and Description |
---|---|
static SingleValueUpdaterCallback |
SingleValueUpdaterCallback.of(SingleValueUpdaterCallback.Function f)
Create a delegate for the given interface.
|
static SingleValueUpdaterCallback |
SingleValueUpdaterCallback.of(SingleValueUpdaterCallback.Function f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static SingleValueUpdaterCallback |
SingleValueUpdaterCallback.of(SingleValueUpdaterCallback.Function f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|