peter-szrnka / firebase-hosting-api-java

A simple Java library for Firebase Hosting REST API
MIT License
0 stars 0 forks source link

[FEATURE_REQUEST] Remove generic parameter from ServiceResponseCallback #54

Closed peter-szrnka closed 3 weeks ago

peter-szrnka commented 3 weeks ago

Is your feature request related to a problem? Please describe. Currently the given class can be used only with a generic parameter that prevents to use it in a lambda format.

Describe the solution you'd like In order to get rid of this "issue", the parameter has to be removed from the class.

Additional context All related tests, examples and documentation should be updated as well.