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

dotty.runtime.function.JFunction1$mcVD$sp Maven / Gradle / Ivy

The newest version!

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

package dotty.runtime.function;

@FunctionalInterface
public interface JFunction1$mcVD$sp extends JFunction1 {
    abstract void apply$mcVD$sp(double v1);

    default Object apply(Object t) { apply$mcVD$sp(scala.runtime.BoxesRunTime.unboxToDouble(t)); return scala.runtime.BoxedUnit.UNIT; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy