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