public class ColUtils extends Object
| Constructor and Description |
|---|
ColUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <E> void |
ifNotEmpty(Collection<E> collection,
Consumer<? super Collection<E>> action) |
public static <E> void ifNotEmpty(Collection<E> collection, Consumer<? super Collection<E>> action)
Copyright © 2021. All rights reserved.