Uses of Class
com.tick42.glue.desktop.intents.IntentRequest
Packages that use IntentRequest
-
Uses of IntentRequest in com.tick42.glue.desktop.intents
Methods in com.tick42.glue.desktop.intents that return IntentRequestModifier and TypeMethodDescriptionIntentRequest.Builder.build()Creates a newIntentRequestinstance.IntentResult.getRequest()Returns the arguments that were used to raise the intent.Methods in com.tick42.glue.desktop.intents with parameters of type IntentRequestModifier and TypeMethodDescriptiondefault CompletionStage<IntentResult<Void>>Intents.raise(IntentRequest request) <T> CompletionStage<IntentResult<T>>Intents.raise(IntentRequest request, ReifiedType<T> returnType)