kotlin-spark-api-parent_3.3.2_2.13
1.2.4
jvm
scala-tuples-in-kotlin_2.13
/
org.jetbrains.kotlinx.spark.api
/
toPair
to
Pair
fun
<
T1
,
T2
>
Tuple2
<
T1
,
T2
>
.
toPair
(
)
:
Pair
<
T1
,
T2
>
Returns a new
Pair
based on the arguments in the current
Tuple2
.