BinaryOperator
instead.@Deprecated public interface Binary<T> extends java.util.function.BinaryOperator<T>, Map2<T,T,T>
T
.
Implement this interface for binary operator instead of Map2
for brevity.
maxBy, minBy
andThen
Copyright © 2013–2016 jparsec. All rights reserved.