Uses of Class
org.burningwave.graph.Functions.ForCollection.Async
Packages that use Functions.ForCollection.Async
-
Uses of Functions.ForCollection.Async in org.burningwave.graph
Methods in org.burningwave.graph that return Functions.ForCollection.AsyncModifier and TypeMethodDescriptionstatic <T> Functions.ForCollection.Async<T> Functions.ForCollection.Async.create(org.burningwave.core.classes.FieldAccessor byFieldOrByMethodPropertyAccessor, org.burningwave.core.classes.FieldAccessor 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.FieldAccessor byFieldOrByMethodPropertyAccessor, org.burningwave.core.classes.FieldAccessor 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.FieldAccessor byFieldOrByMethodPropertyAccessor, org.burningwave.core.classes.FieldAccessor 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)