Uses of Interface
co.aikar.util.Table.TablePredicate
-
Packages that use Table.TablePredicate Package Description co.aikar.util -
-
Uses of Table.TablePredicate in co.aikar.util
Methods in co.aikar.util with parameters of type Table.TablePredicate Modifier and Type Method Description voidTable. forEach(Table.TablePredicate<R,C,V> predicate)voidTable. removeIf(Table.TablePredicate<R,C,V> predicate)
-