notification-service
Toggle table of contents
2.8.1
jvm
Platform filter
jvm
Switch theme
Search in API
notification-service
application
/
io.github.positionpal.notification.application.groups
/
GroupsRepository
/
getMembersOf
get
Members
Of
abstract
suspend
fun
getMembersOf
(
groupId
:
GroupId
)
:
Result
<
Set
<
UserId
>
>
Return
a successful
Result
with all the members of the given
groupId
or a failed one in case of error.