public class AsJavaBinaryOperator<T>
extends java.lang.Object
implements java.util.function.BinaryOperator<T>
Constructor and Description |
---|
AsJavaBinaryOperator(scala.Function2<T,T,T> sf) |
Modifier and Type | Method and Description |
---|---|
T |
apply(T x1,
T x2) |