Package de.flapdoodle.kfx.types.ranges
Object RangeFactories
-
- All Implemented Interfaces:
public class RangeFactories
-
-
Field Summary
Fields Modifier and Type Field Description public final static RangeFactoriesINSTANCE
-
Method Summary
Modifier and Type Method Description final RangeFactory<LocalDate>localDate()final <T extends Number> RangeFactory<T>number(KClass<T> type)-
-
Method Detail
-
localDate
final RangeFactory<LocalDate> localDate()
-
-
-
-