为了账号安全,请及时绑定邮箱和手机立即绑定

接口可变长泛型怎么写

接口可变长泛型怎么写

泛舟湖上清波郎朗 2019-01-30 10:28:55
接口可变长泛型怎么写小白,想达到下面代码的效果, 该怎么办相关代码@FunctionalInterfacepublic interface Convert1N<T..., R> {    /**      * 调用多个参数有返回值方法      * Applies this function to the given arguments.      *      * @param t the function argument      * @return the function result      */     R apply(T... t); } ### 想达到的效果, 报错信息 ![ 想达到的效果, 报错信息][1]
查看完整描述

1 回答

?
慕妹3242003

TA贡献1824条经验 获得超6个赞

@FunctionalInterfacepublic interface Convert1N<T, R> {    /**
     * 调用多个参数有返回值方法
     * Applies this function to the given arguments.
     *
     * @param t the function argument
     * @return the function result
     */
    R apply(T... t);
}

interface层不需要变长。那里只是定义范型。实际接口中才用到变长。


查看完整回答
反对 回复 2019-01-30
  • 1 回答
  • 0 关注
  • 514 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信