public class Tuple3<T1,T2,T3> extends Tuple2<T1,T2>
T3
_3
_1, _2
protected
Tuple3(T1 _1, T2 _2, T3 _3)
static <T1,T2,T3> Tuple3<T1,T2,T3>
apply(T1 _1, T2 _2, T3 _3)
apply
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public T3 _3
protected Tuple3(T1 _1, T2 _2, T3 _3)
public static <T1,T2,T3> Tuple3<T1,T2,T3> apply(T1 _1, T2 _2, T3 _3)
Copyright © 2022. All rights reserved.