Searched defs:getOrNull (Results 1 – 3 of 3) sorted by relevance
30 inline fun <T> Optional<T>.getOrNull(): T? = orElse(null) method
94 V getOrNull(String namespace, String name) { in getOrNull() method in FlagCache
984 public static <T> T getOrNull(@Nullable T[] items, int i) { in getOrNull() method in ArrayUtils