NoteSearcher

class NoteSearcher(repository: NoteRepository)

Constructors

Link copied to clipboard
fun NoteSearcher(repository: NoteRepository)

Functions

Link copied to clipboard
fun search(identifier: String): Note?

Searches a Note with the given identifier and returns it if found.