toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
users-service
/
piperkt.services.users.domain.user
/
UserFactory
/
copy
copy
fun
copy
(
from
:
User
,
change
:
User
.
(
)
->
Unit
=
{}
)
:
User
Copy a user.
Return
The copied user.
Parameters
from
The user to copy.
change
The changes to apply.