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

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

There is a newer version: 2.13.14
Show newest version

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

package scala.runtime.java8;

@FunctionalInterface
public interface JFunction2$mcVDD$sp extends scala.Function2, java.io.Serializable {
    void apply$mcVDD$sp(double v1, double v2);

    default Object apply(Object v1, Object v2) { apply$mcVDD$sp(scala.runtime.BoxesRunTime.unboxToDouble(v1), scala.runtime.BoxesRunTime.unboxToDouble(v2)); return scala.runtime.BoxedUnit.UNIT; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy