Searched defs:checkNotNull (Results 1 – 7 of 7) sorted by relevance
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
2911 private static <T> T checkNotNull(T value, String message) { in checkNotNull() method in ConnectivityService