Skip to content

Instantly share code, notes, and snippets.

@arkivanov
Created July 28, 2020 11:25
Show Gist options
  • Select an option

  • Save arkivanov/2a0cfb1fcc83c6ed2d7d9c8f256ed2b5 to your computer and use it in GitHub Desktop.

Select an option

Save arkivanov/2a0cfb1fcc83c6ed2d7d9c8f256ed2b5 to your computer and use it in GitHub Desktop.
KittenStore.Parser
interface Parser {
fun parse(json: String): Maybe<List<String>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment