Package | Description |
---|---|
agi.foundation.infrastructure.threading |
Contains types used to perform and manage calculations among multiple threads of execution.
|
Modifier and Type | Method and Description |
---|---|
static <TParameter1,TParameter2> |
ThreadedCalculation.BodyCallback2.of(ThreadedCalculation.BodyCallback2.Function<TParameter1,TParameter2> f)
Create a delegate for the given interface.
|
static <TParameter1,TParameter2> |
ThreadedCalculation.BodyCallback2.of(ThreadedCalculation.BodyCallback2.Function<TParameter1,TParameter2> f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static <TParameter1,TParameter2> |
ThreadedCalculation.BodyCallback2.of(ThreadedCalculation.BodyCallback2.Function<TParameter1,TParameter2> f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|