Interface Graph.Finder<E>

  • All Superinterfaces:
    java.util.function.Function<E,​java.util.List<E>>, UnaryFunction<E,​java.util.List<E>>
    Enclosing class:
    Graph<E>

    public static interface Graph.Finder<E>
    extends UnaryFunction<E,​java.util.List<E>>
    A Finder finds the immediate successors of an element of the graph.
    • Method Summary

      • Methods inherited from interface java.util.function.Function

        andThen, compose