T - the type of intent@Beta
public interface IntentCompiler<T extends Intent>
| Modifier and Type | Method and Description |
|---|---|
List<Intent> |
compile(T intent,
List<Intent> installable)
Compiles the specified intent into other intents.
|
List<Intent> compile(T intent, List<Intent> installable)
intent - intent to be compiledinstallable - previous compilation result; optionalIntentException - if issues are encountered while compiling the intent