All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.runtime.java8.JFunction2$mcIDJ$sp Maven / Gradle / Ivy

There is a newer version: 2.13.16
Show newest version

/*
 * Copyright (C) 2012-2015 Typesafe Inc. 
 */

package scala.runtime.java8;

@FunctionalInterface
public interface JFunction2$mcIDJ$sp extends JFunction2 {
    int apply$mcIDJ$sp(double v1, long v2);

    default Object apply(Object v1, Object v2) { return scala.runtime.BoxesRunTime.boxToInteger(apply$mcIDJ$sp(scala.runtime.BoxesRunTime.unboxToDouble(v1), scala.runtime.BoxesRunTime.unboxToLong(v2))); }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy