public static final class RangeGlobalStep.RangeBiOperator<S> extends Object implements BinaryOperator<TraverserSet<S>>, Serializable
Constructor and Description |
---|
RangeBiOperator(long highRange) |
Modifier and Type | Method and Description |
---|---|
TraverserSet<S> |
apply(TraverserSet<S> mutatingSeed,
TraverserSet<S> set) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
maxBy, minBy
andThen
public TraverserSet<S> apply(TraverserSet<S> mutatingSeed, TraverserSet<S> set)
apply
in interface BiFunction<TraverserSet<S>,TraverserSet<S>,TraverserSet<S>>
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.