kiwiproject / kiwi

A set of Java utilities that we could not find in Guava or Apache Commons...or we just felt like having our own version.
MIT License
12 stars 1 forks source link

Add new KiwiPreconditions checks for only one non-null argument #1139

Closed sleberknight closed 5 months ago

sleberknight commented 5 months ago

Add overloaded checkOnlyOneArgumentIsNull methods that accept two arguments, and checks that only one of them is null (the other must be non-null).