summaryrefslogtreecommitdiff
path: root/src/library/scala/runtime/java8/JFunction1$mcVI$sp.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/runtime/java8/JFunction1$mcVI$sp.java')
-rw-r--r--src/library/scala/runtime/java8/JFunction1$mcVI$sp.java13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/library/scala/runtime/java8/JFunction1$mcVI$sp.java b/src/library/scala/runtime/java8/JFunction1$mcVI$sp.java
new file mode 100644
index 0000000000..2543d23e31
--- /dev/null
+++ b/src/library/scala/runtime/java8/JFunction1$mcVI$sp.java
@@ -0,0 +1,13 @@
+
+/*
+ * Copyright (C) 2012-2015 Typesafe Inc. <http://www.typesafe.com>
+ */
+
+package scala.runtime.java8;
+
+@FunctionalInterface
+public interface JFunction1$mcVI$sp extends scala.Function1, java.io.Serializable {
+ void apply$mcVI$sp(int v1);
+
+ default Object apply(Object t) { apply$mcVI$sp(scala.runtime.BoxesRunTime.unboxToInt(t)); return scala.runtime.BoxedUnit.UNIT; }
+}