Searched defs:not (Results 1 – 5 of 5) 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
237 public static <T> Predicate<T> not(Predicate<T> fn) { in not() method in InitialConfiguration
125 public static Selection not(@NonNull Selection selection) { in not() method in Selection
2228 static <T> Predicate<T> not(Predicate<T> fn) { in not() method in IpClient