Searched defs:firstNonNull (Results 1 – 3 of 3) sorted by relevance
47 private static <T> T firstNonNull(@Nullable T first, @Nullable T second) { in firstNonNull() method in MonitoredResource
57 public static <T> T firstNonNull(@NullableDecl T first, @NullableDecl T second) { in firstNonNull() method in MoreObjects
57 public static <T> T firstNonNull(@Nullable T first, @Nullable T second) { in firstNonNull() method in MoreObjects