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 SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TraverserSet<S>get()static <S> TraverserSetSupplier<S>instance()
 
- 
- 
- 
Method Detail- 
getpublic TraverserSet<S> get() 
 - 
instancepublic static <S> TraverserSetSupplier<S> instance() 
 
- 
 
-