minusElement
inline fun <T> Sequence<T>.minusElement(
element: T
): Sequence<T>
Returns a sequence containing all elements of the original sequence without the first occurrence of the given element.
© 2010–2017 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
登录查看完整内容