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