IntExtensions extension

on

Properties

isEmpty bool
Whether this int is zero.
no setter
isNotEmpty bool
Whether this int is not zero.
no setter

Methods

format(String format) String
Represents a number in format.
limit(int min, int max) int
Restrict value from min to max.
limitHigh(int max) int
Restrict value from max.
limitLow(int min) int
Restrict value from min.