β¨ Making StrictlyPositiveInt.Companion.create*
factory functions available on Java
#438
Closed
3 of 7 tasks
π Description
We would like to make
StrictlyPositiveInt.Companion.create*
factory functions available for Java users.This means that their compatibility should be tested and their documentation should indicate their usage from Java code.
π Dependencies
This issue is blocked by the following ones:
StrictlyPositiveInt.Companion.create*
factory functionsΒ #342StrictlyPositiveInt
frominline value class
toclass
Β #433StrictlyPositiveInt.Companion.create
function with custom messageΒ #597β Checklist
create(Number)
function available for Java users, test its compatibility, update the public API binaries and update the unreleased changelog.create(Number, (Number) -> Any)
function available for Java users, test its compatibility, update the public API binaries and update the unreleased changelog.createOrNull(Number)
function available for Java users, test its compatibility, update the public API binaries and update the unreleased changelog.The text was updated successfully, but these errors were encountered: