Vladsz83 commented on code in PR #10153:
URL: https://github.com/apache/ignite/pull/10153#discussion_r994233092


##########
modules/core/src/main/java/org/apache/ignite/internal/util/lang/GridFunc.java:
##########
@@ -1186,6 +1187,42 @@ public static <T> boolean isEmptyOrNulls(@Nullable T[] 
c) {
         return true;
     }
 
+    /**
+     * Tests if the given object is null, is empty array, empty map or 
contains only nulls.
+     *
+     * @param o Object to test.
+     * @return {@code True}, is given object is null, is empty array, empty 
map or contains only nulls.
+     * {@code False} otherwise.
+     */
+    public static boolean isEmptyOrNulls(@Nullable Object o) {

Review Comment:
   Fixed with a not-implemented exception.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to