-
Methods in org.burningwave.graph that return Functions.ForCollection.Async
| Modifier and Type |
Method |
Description |
static <T> Functions.ForCollection.Async<T> |
Functions.ForCollection.Async.create(org.burningwave.core.classes.PropertyAccessor byFieldOrByMethodPropertyAccessor,
org.burningwave.core.classes.PropertyAccessor byMethodOrByFieldPropertyAccessor,
org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper,
String collectionContextKey,
String loopResultContextKey) |
|
static <T> Functions.ForCollection.Async<T> |
Functions.ForCollection.Async.create(org.burningwave.core.classes.PropertyAccessor byFieldOrByMethodPropertyAccessor,
org.burningwave.core.classes.PropertyAccessor byMethodOrByFieldPropertyAccessor,
org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper,
String collectionContextKey,
String loopResultContextKey,
Integer threadsNumber) |
|
static <T> Functions.ForCollection.Async<T> |
Functions.ForCollection.Async.create(org.burningwave.core.classes.PropertyAccessor byFieldOrByMethodPropertyAccessor,
org.burningwave.core.classes.PropertyAccessor byMethodOrByFieldPropertyAccessor,
org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper,
String iterableObjectContextKey,
String loopResultContextKey,
ExecutorService executor) |
|
protected static <T> Functions.ForCollection.Async<T> |
Functions.ForCollection.Async.create(org.burningwave.graph.Functions.ForCollection.AlgorithmsSupplier algorithmsSupplier,
ExecutorService executor) |
|