extractPanels

fun LiveData<Collection<Frontend>>.extractPanels(): LiveData<Collection<AnyPanel>>

Extracts all Panels from a collection of Frontends.


fun FrontendRegistry.extractPanels(): LiveData<Collection<AnyPanel>>

Extracts all Panels from a from the Frontends within a PanelRegistry.