distinct

abstract fun distinct(): ListWrapper<T>

返回一个 ListWrapper,其中包含此可迭代对象中的所有不同元素。

Return

包含此可迭代对象中的所有不同元素的 ListWrapper