Class OrderGlobalStep.OrderBiOperator<S>
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderGlobalStep.OrderBiOperator<S>
 
 
- 
- All Implemented Interfaces:
 Serializable,BiFunction<TraverserSet<S>,TraverserSet<S>,TraverserSet<S>>,BinaryOperator<TraverserSet<S>>
- Enclosing class:
 - OrderGlobalStep<S,C extends Comparable>
 
public static final class OrderGlobalStep.OrderBiOperator<S> extends Object implements BinaryOperator<TraverserSet<S>>, Serializable
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description OrderBiOperator(long limit, MultiComparator multiComparator, Random random) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TraverserSet<S>apply(TraverserSet<S> setA, TraverserSet<S> setB)- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface java.util.function.BiFunction
andThen 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
OrderBiOperator
public OrderBiOperator(long limit, MultiComparator multiComparator, Random random) 
 - 
 
- 
Method Detail
- 
apply
public TraverserSet<S> apply(TraverserSet<S> setA, TraverserSet<S> setB)
- Specified by:
 applyin interfaceBiFunction<TraverserSet<S>,TraverserSet<S>,TraverserSet<S>>
 
 - 
 
 -