【发布时间】:2022-01-14 05:00:10
【问题描述】:
在Java documentation,我看到了:
default <V> Function<T,V> andThen(Function<? super R,? extends V> after)
为什么是<V>,而不是<V, R>?
【问题讨论】:
-
没有?有
andThen(Function<? super R, ? extends V>,哪里没有<V>? -
你能格式化问题中的代码吗?其中一些被解释为 HTML 标记,因此呈现的输出缺少信息。
-
欢迎来到 Stack Overflow。我尝试编辑问题以避免格式问题并清楚地提出问题。