On Sun, 29 Jan 2023 10:39:22 GMT, Tingjun Yuan wrote:
>> Adding the following methods to check the nullity of elements of an array or
>> a collection:
>>
>>
>> java.util.Arrays:
>> public static E[] requireNoNulls(E[] array)
>> public static E[] requireNoNulls(E[] array, String message)
>> p
> Adding the following methods to check the nullity of elements of an array or
> a collection:
>
>
> java.util.Arrays:
> public static E[] requireNoNulls(E[] array)
> public static E[] requireNoNulls(E[] array, String message)
> public static E[] requireNoNulls(E[] array, IntFunction
> messa