![JAR search and dependency download from the Maven repository](/logo.png)
scala.runtime.java8.JFunction1$mcJF$sp Maven / Gradle / Ivy
/*
* Copyright (C) 2012-2015 Typesafe Inc.
*/
package scala.runtime.java8;
@FunctionalInterface
public interface JFunction1$mcJF$sp extends JFunction1 {
long apply$mcJF$sp(float v1);
default Object apply(Object t) { return scala.runtime.BoxesRunTime.boxToLong(apply$mcJF$sp(scala.runtime.BoxesRunTime.unboxToFloat(t))); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy