ValidateUserName

Validates the name of a user

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Params(val name: String)

Functions

Link copied to clipboard
operator fun invoke(params: ValidateUserName.Params): Boolean
Link copied to clipboard
operator fun <Res> UseCase<Unit, Res>.invoke(): Res

Utility method to avoid passing Unit argument to invoke