Class TreeSupplier<A>
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.util.function.TreeSupplier<A>
 
- 
- All Implemented Interfaces:
- Serializable,- Supplier<Tree<A>>
 
 public final class TreeSupplier<A> extends Object implements Supplier<Tree<A>>, Serializable - Author:
- Marko A. Rodriguez (http://markorodriguez.com)
- See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Tree<A>get()static <A> TreeSupplier<A>instance()
 
-