Interface ButterKnife.Action<T extends View>

  • Enclosing class:
    ButterKnife


    public static interface ButterKnife.Action<T extends View>
    An action that can be applied to a list of views.
    • Method Summary

      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.
    • Method Detail

      • apply

        void apply(T view,
                   int index)
        Apply the action on the view which is at index in the list.