From 60b09bc304b931e41fb155d3814aa3b018c34590 Mon Sep 17 00:00:00 2001 From: ahunigel Date: Fri, 10 Apr 2020 11:11:54 +0800 Subject: [PATCH] docs: `CollectionUtilEx.isNotEmpty` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 73df754..8e7586f 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Notes: All the testing features are moved to https://github.com/ahunigel/spring- - `CollectionUtilEx` - concat(c1, c2, ..., cN) - nullToEmpty(Collection c) + - isNotEmpty(Collection c) ## How to use