public class Sum extends Object
| Constructor and Description |
|---|
Sum() |
| Modifier and Type | Method and Description |
|---|---|
static int |
errorCount(Collection<? extends ReportElement>... element) |
static int |
size(Collection<?>... collections) |
static int |
whereNonNull(Object... objects) |
static int |
whereTrue(boolean... value) |
public static int whereTrue(boolean... value)
public static int whereNonNull(Object... objects)
@SafeVarargs public static int errorCount(Collection<? extends ReportElement>... element)
public static int size(Collection<?>... collections)
Copyright © 2019. All rights reserved.