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