Package io.tech1.framework.domain.tuples
Class Tuple1<A>
- java.lang.Object
-
- io.tech1.framework.domain.tuples.Tuple1<A>
-
public class Tuple1<A> extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)AgetValue()inthashCode()static <A> Tuple1<A>of(A value)StringtoString()
-