Interface Graph.Finder<E>
-
- All Superinterfaces:
java.util.function.Function<E,java.util.List<E>>
,UnaryFunction<E,java.util.List<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 org.glassfish.pfl.basic.func.UnaryFunction
apply, evaluate
-
-