Searched defs:castToNonNull (Results 1 – 2 of 2) sorted by relevance
29 public static <T> T castToNonNull(@Nullable T x) { in castToNonNull() method in Util36 public static <T> T castToNonNull(@Nullable T x, String msg) { in castToNonNull() method in Util43 public static <T> T castToNonNull(String msg, @Nullable T x, int counter) { in castToNonNull() method in Util
410 public static <T> T castToNonNull(@Nullable T obj) { in castToNonNull() method in NullabilityUtil