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