Package io.tech1.framework.domain.tuples
Class TupleRange<T>
- java.lang.Object
-
- io.tech1.framework.domain.tuples.TupleRange<T>
-
public class TupleRange<T> extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)TgetFrom()TgetTo()inthashCode()static <T> TupleRange<T>of(T from, T to)StringtoString()
-
-
-
Method Detail
-
of
public static <T> TupleRange<T> of(T from, T to)
-
getFrom
public T getFrom()
-
getTo
public T getTo()
-
canEqual
protected boolean canEqual(Object other)
-
-