β¨ Making experimental factory functions of NotEmptyList.Companion
available on Java
#497
Closed
2 of 6 tasks
NotEmptyList.Companion
available on Java
#497
π Description
We would like to make the experimental factory functions of the
NotEmptyList.Companion
type with the following signature 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:
NotEmptyList.Companion
Β #352NotEmptyList
frominline value class
toclass
Β #435β Checklist
create(Collection<E>)
function available for Java users, test its compatibility, update the public API binaries and update the unreleased changelog.createOrNull(Collection<E>)
function available for Java users, test its compatibility, update the public API binaries and update the unreleased changelog.of(E, vararg E)
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: