public static final class OrderGlobalStep.OrderBiOperator<S> extends Object implements BinaryOperator<TraverserSet<S>>, Serializable
Constructor and Description |
---|
OrderBiOperator(long limit,
MultiComparator multiComparator,
Random random) |
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(long limit, MultiComparator multiComparator, Random random)
public TraverserSet<S> apply(TraverserSet<S> setA, TraverserSet<S> setB)
apply
in interface BiFunction<TraverserSet<S>,TraverserSet<S>,TraverserSet<S>>
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.