kotlin-spark-api-parent_3.3.2_2.13
1.2.4
jvm
kotlin-spark-api_3.3.2_2.13
/
org.jetbrains.kotlinx.spark.api
/
toPair
to
Pair
fun
<
T1
,
T2
>
Arity2
<
T1
,
T2
>
.
toPair
(
)
:
Pair
<
T1
,
T2
>
Deprecated
Use Scala tuples instead.
Replace with
Returns a new
Pair
based on the arguments in the current
Arity2
.