strictlyPositiveOrNull

@SinceKotoolsTypes(version = "1.0")
val Int.strictlyPositiveOrNull: StrictlyPositiveInt?

Deprecated

Use toStrictlyPositiveIntOrNull() instead.

Replace with

import kotools.types.number.toStrictlyPositiveIntOrNull
toStrictlyPositiveIntOrNull()

Transforms the current Int to a StrictlyPositiveInt, or returns null if the current value is not greater than 0.