public interface Action<T extends android.view.View>
| Modifier and Type | Method and Description |
|---|---|
void |
apply(T view,
int index)
Apply the action on the
view which is at index in the list. |
void apply(T view, int index)
view which is at index in the list.