Companion
Contains class-level declarations for the NonZeroInteger type.
Functions
Returns a NonZeroInteger representing the specified value, or throws an IllegalArgumentException if value represents zero.
Returns a NonZeroInteger representing the specified value, or returns null if value represents zero.
Returns a NonZeroInteger representing the specified value, or throws an IllegalArgumentException if value is 0.
Returns a NonZeroInteger representing the specified value, or returns null if value is 0.
Returns a NonZeroInteger representing the number described by value, or throws NumberFormatException if value doesn't represent an integer, or IllegalArgumentException if value represents zero.
Returns a NonZeroInteger representing the number described by value, or returns null if value doesn't represent an integer or represents zero.