Uses of Class
io.tech1.framework.domain.tuples.TupleRange
-
Packages that use TupleRange Package Description io.tech1.framework.domain.tuples io.tech1.framework.domain.utilities.numbers -
-
Uses of TupleRange in io.tech1.framework.domain.tuples
Methods in io.tech1.framework.domain.tuples that return TupleRange Modifier and Type Method Description static <T> TupleRange<T>TupleRange. of(T from, T to) -
Uses of TupleRange in io.tech1.framework.domain.utilities.numbers
Methods in io.tech1.framework.domain.utilities.numbers with parameters of type TupleRange Modifier and Type Method Description static booleanBigDecimalUtility. inRange(BigDecimal number, TupleRange<BigDecimal> range)static booleanBigDecimalUtility. inRangeClosed(BigDecimal number, TupleRange<BigDecimal> range)
-