哪位大神能解释下图中的x为什么代表的是CxbAttributeEntity??为什么它不是代表
CxbFieldOptionModel???代码中又没有指明说x就一定代表CxbAttributeEntity。
请大神在线解释一下啊,不要给个网址让我自己去看,在线等,急急急

Java lambda在线等,急急急
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
- 战在春秋 2017-02-19 09:08关注
Function实现如下接口。
Interface Function<T,R> Type Parameters: T - the type of the input to the function R - the type of the result of the function
第一个参数为输入,第二个参数为输出。
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报