/* * Copyright (C) 2012-2014 Typesafe Inc. */ package scala.compat.java8; @FunctionalInterface public interface JFunction13 extends scala.Function13 { default void $init$() { }; default scala.Function1>>>>>>>>>>>> curried() { return scala.Function13$class.curried(this); } default scala.Function1, R> tupled() { return scala.Function13$class.tupled(this); } }