Searched defs:not (Results 1 – 4 of 4) sorted by relevance
68 fun not(rule: PolicyContextRule): PolicyContextRule = Not(rule) in not() method
239 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
2987 static <T> Predicate<T> not(Predicate<T> fn) { in not() method in IpClient