public class Tpl2<T1,T2> extends Tuple2<T1,T2>
Tuple2
protected
Tpl2(T1 _1, T2 _2)
static <T1,T2> Tpl2<T1,T2>
apply(T1 _1, T2 _2)
static <T1,T2> Option<Tpl2<T1,T2>>
unapply(Tpl2<T1,T2> tuple)
_1, _2, getFirst, getSecond, swap, toString, unapply
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected Tpl2(T1 _1, T2 _2)
public static <T1,T2> Tpl2<T1,T2> apply(T1 _1, T2 _2)
public static <T1,T2> Option<Tpl2<T1,T2>> unapply(Tpl2<T1,T2> tuple)
Copyright © 2015. All rights reserved.