public static final class OrderGlobalStep.OrderBiOperator<S> extends Object implements BinaryOperator<TraverserSet<S>>, Serializable
Constructor and Description |
---|
OrderBiOperator(ChainedComparator<S,?> chainedComparator,
long limit) |
Modifier and Type | Method and Description |
---|---|
TraverserSet<S> |
apply(TraverserSet<S> setA,
TraverserSet<S> setB) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
maxBy, minBy
andThen
public OrderBiOperator(ChainedComparator<S,?> chainedComparator, long limit)
public TraverserSet<S> apply(TraverserSet<S> setA, TraverserSet<S> setB)
apply
in interface BiFunction<TraverserSet<S>,TraverserSet<S>,TraverserSet<S>>
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.