Sponge
Sponge copied to clipboard
Replace Preconditions.checkState with if check
get rid of guava checkstate preconditions and use stdlib function
I'd prefer one-liners for those checks
It would be great if the JDK included these one-liners. This is the approach the .NET has taken and it has added these one-liners in the BCL itself.