我有一个对象容器,我想将同一成员从每个对象复制到该成员类型的容器中。
即像这样:
return await dbroot.ref(`duplicate/${userId}`)
.orderByKey().startAt(dayFrom).endAt(dayTo)
.orderByKey()
.startAt(`${hourFrom}:00`).endAt(`${hourTo}:59`)
当然,使用算法而不是for循环。
答案 0 :(得分:6)
似乎是PlayersData playersData = new PlayersData(this); //this is the context
的一个带有lambda的工作(我认为您尚未分配向量)
implementation 'com.google.code.gson:gson:2.8.5'