We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f4e1d commit 29da8c9Copy full SHA for 29da8c9
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/none.kt
@@ -14,7 +14,7 @@ import org.jetbrains.kotlinx.dataframe.impl.columns.ColumnListImpl
14
15
// region DataColumn
16
17
-/** Returns `true` if none of the [values] match the given [predicate] or [values] is empty. */
+/** Returns `true` if none of the [values] match the given [predicate] */
18
public fun <T> DataColumn<T>.none(predicate: Predicate<T>): Boolean = values.none(predicate)
19
20
// endregion
0 commit comments