Searched defs:not (Results 1 – 4 of 4) sorted by relevance
96 public static LiveData<Boolean> not(@NonNull LiveData<Boolean> source) { in not() method in LiveDataFunctions
87 static ItemInfoMatcher not(ItemInfoMatcher matcher) { in not() method
125 public static Selection not(@NonNull Selection selection) { in not() method in Selection
1764 static <T> Predicate<T> not(Predicate<T> fn) { in not() method in IpClient