/* * Copyright (C) 2012-2014 Typesafe Inc. */ package scala.compat.java8; @FunctionalInterface public interface JFunction0$mcI$sp extends JFunction0 { abstract int apply$mcI$sp(); default Object apply() { return (Integer) apply$mcI$sp(); } }