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

scala.runtime.java8.JFunction0$mcD$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 JFunction0$mcD$sp extends scala.Function0, java.io.Serializable {
    double apply$mcD$sp();

    default Object apply() { return scala.runtime.BoxesRunTime.boxToDouble(apply$mcD$sp()); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy