public final class LithoViewSubComponentDeepExtractor extends Object
InspectableComponent.
 Components are extracted in a depth-first way so that they match the hierarchy indices when going from top to bottom.
| Modifier and Type | Method and Description | 
|---|---|
static <any> | 
deepSubComponentWith(<any> inner)  | 
List<InspectableComponent> | 
extract(LithoView lithoView)  | 
static LithoViewSubComponentDeepExtractor | 
subComponentsDeeply()  | 
public List<InspectableComponent> extract(LithoView lithoView)
public static LithoViewSubComponentDeepExtractor subComponentsDeeply()
public static <any> deepSubComponentWith(<any> inner)