Companion

object Companion

Contains static declarations for the Zero type.

Functions

Link copied to clipboard
fun fromByte(number: Byte): Zero

Creates an instance of Zero from the specified number, or throws an IllegalArgumentException if the number is other than zero.

Link copied to clipboard

Creates an instance of Zero from the specified number, or returns null if the number is other than zero.