We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is the line of code from README.md example: public SerializableCallback callback;
But this line of code does not compile, there is no non-generic version of this class. What did I miss?
The text was updated successfully, but these errors were encountered:
Got the same problem.
Sorry, something went wrong.
Looks like it was removed here: f57e221#diff-a3aff113363cc45982881d47f2a5c60f535231dff0e94ce2eaf9503546ac9ab8L7
No branches or pull requests
This is the line of code from README.md example:
public SerializableCallback callback;
But this line of code does not compile, there is no non-generic version of this class.
What did I miss?
The text was updated successfully, but these errors were encountered: