Searched defs:removeIf (Results 1 – 12 of 12) sorted by relevance
123 public Builder removeIf(int flag, boolean condition) { in removeIf() method in FlagSet.Builder
319 public final boolean removeIf(Predicate<? super E> filter) { in removeIf() method in ImmutableCollection
216 public boolean removeIf(java.util.function.Predicate<? super E> filter) { in removeIf() method in Collections2.FilteredCollection306 public boolean removeIf(java.util.function.Predicate<? super T> filter) { in removeIf() method in Collections2.TransformedCollection
200 public static <T extends @Nullable Object> boolean removeIf( in removeIf() method in Iterables
581 public boolean removeIf(Predicate<? super T> filter) { in removeIf() method
655 public final boolean removeIf(java.util.function.Predicate<? super E> filter) { in removeIf() method in Sets.SetView
232 public boolean removeIf(Predicate<? super E> filter) { in removeIf() method in Synchronized.SynchronizedCollection
183 public static <T extends @Nullable Object> boolean removeIf( in removeIf() method in Iterables
375 public boolean removeIf(Predicate<? super N> filter) { in removeIf() method in NodeList
478 public Builder removeIf(@Command int command, boolean condition) { in removeIf() method in Player.Commands.Builder
814 public Builder removeIf(@Command int command, boolean condition) { in removeIf() method in Player.Commands.Builder