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, waitmaxBy, minByandThenpublic FoldBiOperator(BiFunction biFunction)
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.