public static class FoldStep.FoldBiOperator<E> extends Object implements BinaryOperator<E>, Serializable
Constructor and Description |
---|
FoldBiOperator(BiFunction biFunction) |
Modifier and Type | Method and Description |
---|---|
E |
apply(E seed,
E other) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
maxBy, minBy
andThen
public FoldBiOperator(BiFunction biFunction)
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.