[Logo] The Limax project
  [Search] 搜索   [Recent Topics] 最新主题   [Hottest Topics] 热门主题   [Members]  会员列表   [Groups] 返回首页 
[Register] 会员注册 / 
[Login] 登入 
文章发表人是: cofahoher
论坛首页 » 个人资料 cofahoher » 文章发表人是 cofahoher
发表人 内容
不然报个错,几天也没人理
private SyncViewToClients createAttachNotify(long sessionid, Map<Byte, Data> init) {
SyncViewToClients p = protocol(SyncViewToClients.DT_TEMPORARY_ATTACH);
init.entrySet().stream().flatMap(e -> vdc.binary(e).map(v -> new ViewMemberData(sessionid, v)))
.collect(() -> p.members, List::add, List::addAll); //这里的 List::add报错,见下


The type List does not define add(ArrayList<ViewMemberData>, Object) that is applicable here
 
论坛首页 » 个人资料 cofahoher » 文章发表人是 cofahoher
前往:   
Powered by JForum 2.1.9 © JForum Team