You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I admit that I included this method in part because I felt bad having onlyFutures.getUnchecked, but I feel a little sad about it, especially its use of reflection, which is Android/Proguard-hostile. That said, would we care enough to delete it?
(One crazy possibility is to supply a way to codegen compile-time equivalents to the method.)
The text was updated successfully, but these errors were encountered:
I admit that I included this method in part because I felt bad having only
Futures.getUnchecked
, but I feel a little sad about it, especially its use of reflection, which is Android/Proguard-hostile. That said, would we care enough to delete it?(One crazy possibility is to supply a way to codegen compile-time equivalents to the method.)
The text was updated successfully, but these errors were encountered: