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

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

The newest version!

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

package dotty.runtime.function;

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

    default Object apply(Object t) { return (Double) apply$mcDD$sp(scala.runtime.BoxesRunTime.unboxToDouble(t)); }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy