Searched defs:checkNotNull (Results 1 – 8 of 8) sorted by relevance
27 public static <T> T checkNotNull(T reference) { in checkNotNull() method in Checks34 public static <T> T checkNotNull(T reference, Object errorMessage) { in checkNotNull() method in Checks41 public static <T> T checkNotNull(T reference, in checkNotNull() method in Checks
35 public static <T> T checkNotNull(final T reference) { in checkNotNull() method in Preconditions52 public static <T> T checkNotNull(final T reference, final Object errorMessage) { in checkNotNull() method in Preconditions
37 public static final void checkNotNull(Object object) { in checkNotNull() method in Utils
254 private static void checkNotNull(String name, Object obj) { in checkNotNull() method in Face
398 private void checkNotNull(Object argument, String argumentName) { in checkNotNull() method in VariableSpeed
64 public static <T> T checkNotNull(T object) { in checkNotNull() method in Utils
488 private void checkNotNull(IInterface service) { in checkNotNull() method in ManagedServices
2743 private static <T> T checkNotNull(T value, String message) { in checkNotNull() method in ConnectivityService