Package co.aikar.util
Interface Table.TablePredicate<R,C,V>
-
public static interface Table.TablePredicate<R,C,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantest(R row, C col, V val)
-