public final class T3<V1,V2,V3> extends Object implements Serializable
V1
_1
V2
_2
V3
_3
<V4> T4<V1,V2,V3,V4>
and(V4 _4)
boolean
equals(Object other)
fst()
int
hashCode()
static <U1,U2,U3> T3<U1,U2,U3>
of(U1 _1, U2 _2, U3 _3)
snd()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final V1 _1
public final V2 _2
public final V3 _3
public static <U1,U2,U3> T3<U1,U2,U3> of(U1 _1, U2 _2, U3 _3)
public V1 fst()
public V2 snd()
public boolean equals(Object other)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
public <V4> T4<V1,V2,V3,V4> and(V4 _4)
Copyright © 2015. All rights reserved.