org.modeshape.graph
Interface Graph.ApplyFunction<Next>

Type Parameters:
Next - The interface that is to be returned when constructing this request is completed.
All Superinterfaces:
Graph.Conjunction<Next>, Graph.To<Next>, Graph.WithInput<Next>, Graph.WithScope<Next>
All Known Implementing Classes:
Graph.ApplyFunctionAction
Enclosing class:
Graph

public static interface Graph.ApplyFunction<Next>
extends Graph.WithInput<Next>, Graph.Conjunction<Next>

Interface for defining the application of a function.


Method Summary
 
Methods inherited from interface org.modeshape.graph.Graph.WithInput
and, withInput
 
Methods inherited from interface org.modeshape.graph.Graph.To
to, to, to
 
Methods inherited from interface org.modeshape.graph.Graph.Conjunction
and
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.