Searched defs:checkNotNull (Results 1 – 8 of 8) sorted by relevance
28 public static <T> T checkNotNull(T reference) { in checkNotNull() method in Preconditions32 public static <T> T checkNotNull(T reference, Object errorMessage) { in checkNotNull() method in Preconditions
89 public static <T> T checkNotNull(String argName, T arg) { in checkNotNull() method in Preconditions109 public static <T> T checkNotNull(T arg) { in checkNotNull() method in Preconditions
110 public static @NonNull <T> T checkNotNull(final T reference) { in checkNotNull() method in Preconditions127 public static @NonNull <T> T checkNotNull(final T reference, final Object errorMessage) { in checkNotNull() method in Preconditions145 public static @NonNull <T> T checkNotNull(final T reference, in checkNotNull() method in Preconditions
150 public static @NonNull <T> T checkNotNull(final T reference) { in checkNotNull() method in Preconditions170 public static @NonNull <T> T checkNotNull( in checkNotNull() method in Preconditions188 public static @NonNull <T> T checkNotNull( in checkNotNull() method in Preconditions
265 private static void checkNotNull(String name, Object obj) { in checkNotNull() method in Face
64 public static <T> T checkNotNull(T object) { in checkNotNull() method in Utils
738 private static @NonNull <T> T checkNotNull( in checkNotNull() method in Ikev2VpnProfile
1773 private void checkNotNull(IInterface service) { in checkNotNull() method in ManagedServices