Interface NodeCreator


  • public interface NodeCreator
    Creator of graph nodes.
    Since:
    4.0
    Author:
    bojand@google.com (Bojan Djordjevic)
    • Method Detail

      • getNodes

        java.lang.Iterable<Node> getNodes​(java.lang.Iterable<Binding<?>> bindings)
        Returns nodes for the given dependency graph.