-
Methods in org.burningwave.graph that return Functions.Async
| Modifier and Type |
Method |
Description |
static Functions.Async |
Functions.Async.create(org.burningwave.core.classes.PropertyAccessor byFieldOrByMethodPropertyAccessor,
org.burningwave.core.classes.PropertyAccessor byMethodOrByFieldPropertyAccessor,
org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper) |
|
static Functions.Async |
Functions.Async.create(org.burningwave.core.classes.PropertyAccessor byFieldOrByMethodPropertyAccessor,
org.burningwave.core.classes.PropertyAccessor byMethodOrByFieldPropertyAccessor,
org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper,
int threadsNumber) |
|
static Functions.Async |
Functions.Async.create(org.burningwave.core.classes.PropertyAccessor byFieldOrByMethodPropertyAccessor,
org.burningwave.core.classes.PropertyAccessor byMethodOrByFieldPropertyAccessor,
org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper,
ExecutorService executor) |
|