| Constructor | Description |
|---|---|
Elements() |
| Modifier and Type | Method | Description |
|---|---|---|
static List<Element> |
getElements(Module... modules) |
Records the elements executed by
modules. |
static List<Element> |
getElements(Stage stage,
Module... modules) |
Records the elements executed by
modules. |
static List<Element> |
getElements(Stage stage,
Iterable<? extends Module> modules) |
Records the elements executed by
modules. |
static List<Element> |
getElements(Iterable<? extends Module> modules) |
Records the elements executed by
modules. |
static Module |
getModule(Iterable<? extends Element> elements) |
Returns the module composed of
elements. |
public static List<Element> getElements(Module... modules)
modules.public static List<Element> getElements(Stage stage, Module... modules)
modules.public static List<Element> getElements(Iterable<? extends Module> modules)
modules.public static List<Element> getElements(Stage stage, Iterable<? extends Module> modules)
modules.Copyright © 2006–2018 Google, Inc.. All rights reserved.