Uses of Interface
ix.util.Function0

Packages that use Function0
ix.util General-purpose utilities. 
 

Uses of Function0 in ix.util
 

Methods in ix.util with parameters of type Function0
static BoundedGraph Graphs.makeBoundedGraph(DirectedGraph g, Function0 nodeFactory)
          Makes a BoundedGraph from a DirectedGraph by adding start and finish nodes.