Skip to content

Instantly share code, notes, and snippets.

@andrespch
Last active December 17, 2018 22:21
Show Gist options
  • Save andrespch/73395c7e10e714c0e213cde9f6e87724 to your computer and use it in GitHub Desktop.
Save andrespch/73395c7e10e714c0e213cde9f6e87724 to your computer and use it in GitHub Desktop.
Search function to be subclassed
func search(byTerm term: String) -> Observable<[T]> {
    fatalError("Override this function with your custom implementation")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment