org.jboss.dna.graph
Interface Graph.Conjunction<Next>

Type Parameters:
Next - the interface that will be used to start another request
All Known Subinterfaces:
Graph.BatchConjunction, Graph.Create<Next>
Enclosing class:
Graph

public static interface Graph.Conjunction<Next>

A interface that can be used to finish the current request and start another.

Author:
Randall Hauch

Method Summary
 Next and()
          Finish the request and prepare to start another.
 

Method Detail

and

Next and()
Finish the request and prepare to start another.

Returns:
the interface that can be used to start another request; never null


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