Uses of Annotation Type
com.igormaznitsa.meta.annotation.MayContainNull
Packages that use MayContainNull
-
Uses of MayContainNull in com.igormaznitsa.meta.common.utils
Methods in com.igormaznitsa.meta.common.utils with annotations of type MayContainNullModifier and TypeMethodDescriptionstatic <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 MayContainNullModifier and TypeMethodDescriptionstatic <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.