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

dotty.runtime.function.JFunction0$mcV$sp Maven / Gradle / Ivy

The newest version!

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

package dotty.runtime.function;

@FunctionalInterface
public interface JFunction0$mcV$sp extends JFunction0 {
    abstract void apply$mcV$sp();

    default Object apply() { apply$mcV$sp(); return scala.runtime.BoxedUnit.UNIT; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy