Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java usage documentation #1

Closed
rubixhacker opened this issue Sep 1, 2017 · 1 comment
Closed

Java usage documentation #1

rubixhacker opened this issue Sep 1, 2017 · 1 comment

Comments

@rubixhacker
Copy link

Please add documentation for how to call this from Java, otherwise an implemententer would need to understand how Kotlin extension functions are compiled to Java bytecode.

For example

val observable = call.toObservable()

would be

Observable<?> observable = Callkt.toObservable(call)

@Jawnnypoo
Copy link
Member

Ahh thanks. Added some docs, changed the name so it would make more sense. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants