//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.spellcheck.usecase
Package-level declarations
Types
Name | Summary |
---|---|
DefaultValidateSpellingUseCase | [jvm] class DefaultValidateSpellingUseCase(repository: SpellCheckRepository, dispatchers: CoroutineDispatcherProvider) : ValidateSpellingUseCase |
ValidateSpellingUseCase | [jvm] interface ValidateSpellingUseCase Contract of the validate spelling use case. |