Uses of Class
org.burningwave.graph.Functions.ForCollection.Async

Packages that use Functions.ForCollection.Async 
Package Description
org.burningwave.graph  
  • Uses of Functions.ForCollection.Async in org.burningwave.graph

    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.reflection.PropertyAccessor.ByFieldOrByMethod byFieldOrByMethodPropertyAccessor, org.burningwave.core.reflection.PropertyAccessor.ByMethodOrByField byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper, String collectionContextKey, String loopResultContextKey)  
    static <T> Functions.ForCollection.Async<T> Functions.ForCollection.Async.create​(org.burningwave.core.reflection.PropertyAccessor.ByFieldOrByMethod byFieldOrByMethodPropertyAccessor, org.burningwave.core.reflection.PropertyAccessor.ByMethodOrByField 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.reflection.PropertyAccessor.ByFieldOrByMethod byFieldOrByMethodPropertyAccessor, org.burningwave.core.reflection.PropertyAccessor.ByMethodOrByField 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)