@@ -4213,7 +4213,7 @@ public interface ColumnsSelectionDsl<out T> : ColumnSelectionDsl<T>, SingleColum
4213
4213
* ##
4214
4214
* Finally, [colsOf][org.jetbrains.kotlinx.dataframe.api.colsOf] can also take a [KType] argument instead of a reified type.
4215
4215
* This is useful when the type is not known at compile time or when the API function cannot be inlined.
4216
- * (TODO: [Issue: #325, context receiver support](https://github.com/Kotlin/dataframe/issues/325))
4216
+ *
4217
4217
*
4218
4218
* `df.`[select][org.jetbrains.kotlinx.dataframe.DataFrame.select]` { `[colsOf][org.jetbrains.kotlinx.dataframe.api.colsOf]`(`[typeOf][typeOf]`<`[Int][Int]`>()) }`
4219
4219
*
@@ -4252,7 +4252,7 @@ public interface ColumnsSelectionDsl<out T> : ColumnSelectionDsl<T>, SingleColum
4252
4252
* ##
4253
4253
* Finally, [colsOf][org.jetbrains.kotlinx.dataframe.api.colsOf] can also take a [KType] argument instead of a reified type.
4254
4254
* This is useful when the type is not known at compile time or when the API function cannot be inlined.
4255
- * (TODO: [Issue: #325, context receiver support](https://github.com/Kotlin/dataframe/issues/325))
4255
+ *
4256
4256
*
4257
4257
* `df.`[select][org.jetbrains.kotlinx.dataframe.DataFrame.select]` { `[colsOf][org.jetbrains.kotlinx.dataframe.api.colsOf]`(`[typeOf][typeOf]`<`[Int][Int]`>()) }`
4258
4258
*
@@ -4330,7 +4330,7 @@ public inline fun <reified C> ColumnSet<*>.dfsOf(noinline filter: (ColumnWithPat
4330
4330
* ##
4331
4331
* Finally, [colsOf] can also take a [KType] argument instead of a reified type.
4332
4332
* This is useful when the type is not known at compile time or when the API function cannot be inlined.
4333
- * (TODO: [Issue: #325, context receiver support](https://github.com/Kotlin/dataframe/issues/325))
4333
+ *
4334
4334
*
4335
4335
* `df.`[select][DataFrame.select]` { `[colsOf][colsOf]`(`[typeOf][typeOf]`<`[Int][Int]`>()) }`
4336
4336
*
@@ -4358,7 +4358,7 @@ internal interface ColsOf
4358
4358
* ##
4359
4359
* Finally, [colsOf][org.jetbrains.kotlinx.dataframe.api.colsOf] can also take a [KType] argument instead of a reified type.
4360
4360
* This is useful when the type is not known at compile time or when the API function cannot be inlined.
4361
- * (TODO: [Issue: #325, context receiver support](https://github.com/Kotlin/dataframe/issues/325))
4361
+ *
4362
4362
*
4363
4363
* `df.`[select][org.jetbrains.kotlinx.dataframe.DataFrame.select]` { `[colsOf][org.jetbrains.kotlinx.dataframe.api.colsOf]`(`[typeOf][typeOf]`<`[Int][Int]`>()) }`
4364
4364
*
@@ -4394,7 +4394,7 @@ private interface CommonColsOfDocs {
4394
4394
* ##
4395
4395
* Finally, [colsOf][org.jetbrains.kotlinx.dataframe.api.colsOf] can also take a [KType] argument instead of a reified type.
4396
4396
* This is useful when the type is not known at compile time or when the API function cannot be inlined.
4397
- * (TODO: [Issue: #325, context receiver support](https://github.com/Kotlin/dataframe/issues/325))
4397
+ *
4398
4398
*
4399
4399
* `df.`[select][org.jetbrains.kotlinx.dataframe.DataFrame.select]` { `[colsOf][org.jetbrains.kotlinx.dataframe.api.colsOf]`(`[typeOf][typeOf]`<`[Int][Int]`>()) }`
4400
4400
*
@@ -4435,7 +4435,7 @@ public fun <C> ColumnSet<*>.colsOf(type: KType, filter: (DataColumn<C>) -> Boole
4435
4435
* ##
4436
4436
* Finally, [colsOf][org.jetbrains.kotlinx.dataframe.api.colsOf] can also take a [KType] argument instead of a reified type.
4437
4437
* This is useful when the type is not known at compile time or when the API function cannot be inlined.
4438
- * (TODO: [Issue: #325, context receiver support](https://github.com/Kotlin/dataframe/issues/325))
4438
+ *
4439
4439
*
4440
4440
* `df.`[select][org.jetbrains.kotlinx.dataframe.DataFrame.select]` { `[colsOf][org.jetbrains.kotlinx.dataframe.api.colsOf]`(`[typeOf][typeOf]`<`[Int][Int]`>()) }`
4441
4441
*
0 commit comments