@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]
慕妹3242003
相关分类