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

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

The newest version!

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

package dotty.runtime.function;

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy