public static class Functions.ForCollection<T> extends Functions
| Modifier and Type | Class and Description |
|---|---|
static class |
Functions.ForCollection.Async<T> |
Functions.ForCollection<T>| Modifier and Type | Field and Description |
|---|---|
protected org.burningwave.graph.Functions.ForCollection.AlgorithmsSupplier |
algorithmsSupplier |
onException| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected static <T> Functions.ForCollection<T> |
create(org.burningwave.core.reflection.PropertyAccessor.ByFieldOrByMethod byFieldOrByMethodPropertyAccessor,
org.burningwave.core.reflection.PropertyAccessor.ByMethodOrByField byMethodOrByFieldPropertyAccessor,
org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper,
org.burningwave.graph.Functions.ForCollection.AlgorithmsSupplier algorithmsSupplier) |
static <T> Functions.ForCollection<T> |
create(org.burningwave.core.reflection.PropertyAccessor.ByFieldOrByMethod byFieldOrByMethodPropertyAccessor,
org.burningwave.core.reflection.PropertyAccessor.ByMethodOrByField byMethodOrByFieldPropertyAccessor,
org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper,
String iterableObjectContextKey,
String loopResultContextKey) |
void |
executeOn(Object object) |
getExceptionHandlingFunctionprotected org.burningwave.graph.Functions.ForCollection.AlgorithmsSupplier algorithmsSupplier
protected static <T> Functions.ForCollection<T> create(org.burningwave.core.reflection.PropertyAccessor.ByFieldOrByMethod byFieldOrByMethodPropertyAccessor, org.burningwave.core.reflection.PropertyAccessor.ByMethodOrByField byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper, org.burningwave.graph.Functions.ForCollection.AlgorithmsSupplier algorithmsSupplier)
public static <T> Functions.ForCollection<T> create(org.burningwave.core.reflection.PropertyAccessor.ByFieldOrByMethod byFieldOrByMethodPropertyAccessor, org.burningwave.core.reflection.PropertyAccessor.ByMethodOrByField byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper, String iterableObjectContextKey, String loopResultContextKey)
public void close()
close in interface AutoCloseableclose in interface org.burningwave.core.Componentclose in class FunctionsCopyright © 2019. All rights reserved.