public final class LithoViewSubComponentDeepExtractor
extends java.lang.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) |
java.util.List<InspectableComponent> |
extract(LithoView lithoView) |
static LithoViewSubComponentDeepExtractor |
subComponentsDeeply() |
public java.util.List<InspectableComponent> extract(LithoView lithoView)
public static LithoViewSubComponentDeepExtractor subComponentsDeeply()
public static <any> deepSubComponentWith(<any> inner)