public class AsJavaToIntBiFunction<T,U>
extends java.lang.Object
implements java.util.function.ToIntBiFunction<T,U>
| Constructor and Description |
|---|
AsJavaToIntBiFunction(scala.Function2<T,U,java.lang.Object> sf) |
| Modifier and Type | Method and Description |
|---|---|
int |
applyAsInt(T x1,
U x2) |