Uses of Interface
com.tick42.glue.desktop.intents.IntentResult
-
Packages that use IntentResult Package Description com.tick42.glue.desktop.intents Intents API. -
-
Uses of IntentResult in com.tick42.glue.desktop.intents
Methods in com.tick42.glue.desktop.intents that return types with arguments of type IntentResult Modifier and Type Method Description default CompletionStage<IntentResult<Void>>Intents. raise(IntentRequest request)<T> CompletionStage<IntentResult<T>>Intents. raise(IntentRequest request, ReifiedType<T> returnType)default CompletionStage<IntentResult<Void>>Intents. raise(String intent)
-