Class TraverserSetSupplier<S>
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.util.function.TraverserSetSupplier<S>
 
 
- 
- All Implemented Interfaces:
 Serializable,Supplier<TraverserSet<S>>
public final class TraverserSetSupplier<S> extends Object implements Supplier<TraverserSet<S>>, Serializable
- Author:
 - Norio Akagi
 - See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TraverserSet<S>get()static <S> TraverserSetSupplier<S>instance() 
 - 
 
- 
- 
Method Detail
- 
get
public TraverserSet<S> get()
 
- 
instance
public static <S> TraverserSetSupplier<S> instance()
 
 - 
 
 -