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
/
toTriple
to
Triple
fun
<
T1
,
T2
,
T3
>
Arity3
<
T1
,
T2
,
T3
>
.
toTriple
(
)
:
Triple
<
T1
,
T2
,
T3
>
Deprecated
Use Scala tuples instead.
Replace with
Returns a new
Triple
based on the arguments in the current
Arity3
.