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