Replies: 1 comment 4 replies
-
Which part of the Java wrapper are you referring to? I'd be happy to start a PR for it if something's weird. Also sorry it's not too clear, but issues with the Java implementation can go in the Issues section. Discussions are more for general help with the API in any language. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Instead of throwing exceptions, optionals (values that may/may not exist stuffed inside of a Java class) could be returned.
https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html
https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html
Beta Was this translation helpful? Give feedback.
All reactions