| Package | Description | 
|---|---|
| agi.foundation | 
 Contains commonly used types. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <TEvaluator> | 
EvaluatorGroup.Callback0.of(EvaluatorGroup.Callback0.Function<TEvaluator> f)
Create a delegate for the given interface. 
 | 
static <TEvaluator> | 
EvaluatorGroup.Callback0.of(EvaluatorGroup.Callback0.Function<TEvaluator> f,
  Class<?> targetClass,
  String methodName,
  Class<?>... methodParameterClasses)
Create a delegate for the given interface. 
 | 
static <TEvaluator> | 
EvaluatorGroup.Callback0.of(EvaluatorGroup.Callback0.Function<TEvaluator> f,
  Object targetObject,
  String methodName,
  Class<?>... methodParameterClasses)
Create a delegate for the given interface. 
 |