dotty.runtime.function.JFunction0$mcI$sp Maven / Gradle / Ivy
The newest version!
/*
* Copyright (C) 2012-2014 Typesafe Inc.
*/
package dotty.runtime.function;
@FunctionalInterface
public interface JFunction0$mcI$sp extends JFunction0 {
abstract int apply$mcI$sp();
default Object apply() { return (Integer) apply$mcI$sp(); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy