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

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

The newest version!

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

package dotty.runtime.function;

@FunctionalInterface
public interface JFunction1$mcJI$sp extends JFunction1 {
    abstract long apply$mcJI$sp(int v1);

    default Object apply(Object t) { return (Long) apply$mcJI$sp(scala.runtime.BoxesRunTime.unboxToInt(t)); }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy