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

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

    Subclasses of Functions.ForCollection in org.burningwave.graph 
    Modifier and Type Class Description
    static class  Functions.ForCollection.Async<T>  
    Methods in org.burningwave.graph that return Functions.ForCollection 
    Modifier and Type Method Description
    static <T> Functions.ForCollection<T> Functions.ForCollection.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)  
    protected static <T> Functions.ForCollection<T> Functions.ForCollection.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)