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

scala.runtime.java8.JFunction0$mcV$sp Maven / Gradle / Ivy

There is a newer version: 2.13.16
Show newest version

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

package scala.runtime.java8;

@FunctionalInterface
public interface JFunction0$mcV$sp extends scala.Function0, java.io.Serializable {
    void apply$mcV$sp();

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy