Searched refs:nonNull (Results 1 – 12 of 12) sorted by relevance
174 ClassUtil.nonNull(key, "N/A")); in wrapAndThrow()
84 .filter(Objects::nonNull) in uncachedPublicMethodsWithName()
76 .filter(Objects::nonNull) in getAllOptionDefinitionsForClass()
596 if (actionIntents.stream().anyMatch(Objects::nonNull)) { in createClassificationResult()624 .filter(Objects::nonNull)
171 .filter(Objects::nonNull) in getSupportedAnnotationTypeElements()
374 .filter(Objects::nonNull) in findAllCrossProfileMethods()
788 .filter(Objects::nonNull) in validateParameterTypesForCrossProfileMethod()
602 .filter(Objects::nonNull) in resolveLocaleId()
461 .filter(Objects::nonNull) in findInterfaceMethod()
613 public static <T> T nonNull(T valueOrNull, T defaultValue) { in nonNull() method in ClassUtil
1825 …return ((NodeList<? extends Node>) n).stream().filter(Objects::nonNull).flatMap(v -> v.accept(this… in visit()
328 #define _CHECK_OBJECT_NOT_CLOSED(nonNull, pyErrObj, name) \ argument329 if ((nonNull) == NULL) { \