Smart Parking
androidJvm
domain
/
it.unibolss.smartparking.domain.usecases.user
/
ValidateUserEmail
Validate
User
Email
class
ValidateUserEmail
:
UseCase
<
ValidateUserEmail.Params
,
Boolean
>
Validates the email of a user
Members
Members & Extensions
Constructors
Validate
User
Email
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Params
Link copied to clipboard
data
class
Params
(
val
email
:
String
)
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
params
:
ValidateUserEmail.Params
)
:
Boolean
invoke
Link copied to clipboard
operator
fun
<
Res
>
UseCase
<
Unit
,
Res
>
.
invoke
(
)
:
Res
Utility method to avoid passing
Unit
argument to invoke