UserProcessor

Interface to represent a user processor, that is able to process data about users.

Inheritors

Functions

Link copied to clipboard
abstract fun addUser(user: User)
Link copied to clipboard
abstract fun getUser(userID: User.UserID): User?