requireNoNulls
Returns an original collection containing all the non-null
elements, throwing an IllegalArgumentException if there are any null
elements.
The operation is intermediate and stateless.
Returns an original collection containing all the non-null
elements, throwing an IllegalArgumentException if there are any null
elements.
The operation is intermediate and stateless.
Thanks for your feedback!