How is the correct way to use map function in java?

后端 未结 0 651
长发绾君心
长发绾君心 2021-01-21 11:16

I have the next code in python 3.0

  key = tuple(map(lambda x:x.text, key))

where the key is type WebElement.

I was trying something like<

相关标签:
回答
  • 消灭零回复
提交回复
热议问题