toTriple

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.