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

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

    Methods in org.burningwave.graph that return Functions.Async
    Modifier and Type Method Description
    static Functions.Async Functions.Async.create​(org.burningwave.core.classes.PropertyAccessor byFieldOrByMethodPropertyAccessor, org.burningwave.core.classes.PropertyAccessor byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper)  
    static Functions.Async Functions.Async.create​(org.burningwave.core.classes.PropertyAccessor byFieldOrByMethodPropertyAccessor, org.burningwave.core.classes.PropertyAccessor byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper, int threadsNumber)  
    static Functions.Async Functions.Async.create​(org.burningwave.core.classes.PropertyAccessor byFieldOrByMethodPropertyAccessor, org.burningwave.core.classes.PropertyAccessor byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper, ExecutorService executor)