Package com.util.lodash
Class Tuple<A,B>
- java.lang.Object
-
- com.util.lodash.Tuple<A,B>
-
public class Tuple<A,B> extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <A,B>
Tuple<A,B>create(A a, B b)Afst()Bsnd()java.lang.StringtoString()
-