Companion

object Companion

Contains class-level declarations for the NonZeroInteger type.

Functions

Link copied to clipboard

Returns a NonZeroInteger representing the specified value, or throws an IllegalArgumentException if value represents zero.

Link copied to clipboard

Returns a NonZeroInteger representing the specified value, or returns null if value represents zero.

Link copied to clipboard

Returns a NonZeroInteger representing the specified value, or throws an IllegalArgumentException if value is 0.

Link copied to clipboard

Returns a NonZeroInteger representing the specified value, or returns null if value is 0.

Link copied to clipboard

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.

Link copied to clipboard

Returns a NonZeroInteger representing the number described by value, or returns null if value doesn't represent an integer or represents zero.