| Interface | Description |
|---|---|
| Action<T extends android.view.View> |
An action that can be applied to a list of views.
|
| Setter<T extends android.view.View,V> |
A setter that can apply a value to a list of views.
|
| Unbinder |
An unbinder contract that will unbind views when called.
|
| Class | Description |
|---|---|
| ViewCollections |
Convenience methods for working with view collections.
|