Skip to content

Instantly share code, notes, and snippets.

@mzielu
Last active September 26, 2016 00:57
Show Gist options
  • Save mzielu/1accc9f60e8925a1f57ff31db59b6450 to your computer and use it in GitHub Desktop.
Save mzielu/1accc9f60e8925a1f57ff31db59b6450 to your computer and use it in GitHub Desktop.
private <T>Observable<T> callWithToken(Func1<String, Observable<T>> apiCall) {
return tokenResolver
.token()
.flatMap(apiCall);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment