Searched defs:nonNull (Results 1 – 2 of 2) sorted by relevance
613 public static <T> T nonNull(T valueOrNull, T defaultValue) { in nonNull() method in ClassUtil
328 #define _CHECK_OBJECT_NOT_CLOSED(nonNull, pyErrObj, name) \ argument