Uses of Class
com.igormaznitsa.meta.annotation.MayContainNull
-
Packages that use MayContainNull Package Description com.igormaznitsa.meta.common.utils -
-
Uses of MayContainNull in com.igormaznitsa.meta.common.utils
Methods in com.igormaznitsa.meta.common.utils with annotations of type MayContainNull Modifier and Type Method Description static <T> T[]
ArrayUtils. joinArrays(T[]... arrays)
Join arrays provided as parameters, all arrays must be the same type, null values allowed.Method parameters in com.igormaznitsa.meta.common.utils with annotations of type MayContainNull Modifier and Type Method Description static <T> T
Assertions. assertAmong(T obj, T... list)
Check that object is presented among provided elements and replace the object by equal element from the list.static <T> T[]
ArrayUtils. joinArrays(T[]... arrays)
Join arrays provided as parameters, all arrays must be the same type, null values allowed.
-