- .nonEmpty
// 数组(存有很多字符串)中如果有 idValue(某个String类型的),就把idValue置为null
if(arr.toSet.intersect(Set(idValue)).toList.nonEmpty){idValue=null}
- .contians
// 数组(存有很多字符串)中如果有 idValue(某个String类型的),就把idValue置为null
if(arr.toSet.intersect(Set(idValue)).toList.nonEmpty){idValue=null}
本文标题:Scala-List
本文链接:https://www.haomeiwen.com/subject/cdnhkxtx.html
网友评论