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

scala.runtime.java8.JFunction1$mcVF$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 JFunction1$mcVF$sp extends scala.Function1, java.io.Serializable {
    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 - 2024 Weber Informatics LLC | Privacy Policy