Searched defs:not (Results 1 – 6 of 6) sorted by relevance
68 public static Validator not(@NonNull Validator validator) { in not() method in Validators
64 public static <T> Predicate<T> not(Predicate<? super T> predicate) { in not() method in TestPredicates
143 private void assertValidUtf8(ByteStringFactory factory, int[] bytes, boolean not) { in assertValidUtf8()
237 public static <T> Predicate<T> not(Predicate<T> fn) { in not() method in InitialConfiguration
2650 SuppServiceNotification not = (SuppServiceNotification) ar.result; in handleMessage() local
1603 SuppServiceNotification not = new SuppServiceNotification(); in triggerSsn() local