Package com.deque.axe.android.utils
Interface AxeTree<T extends AxeTree<T>>
public interface AxeTree<T extends AxeTree<T>>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic @interface -
Method Summary
Modifier and TypeMethodDescriptiondefault intforEachRecursive(AxeTree.Callback<T> callback) Run the callback on each view in the hierarchy, unless asked to stop.