Uses of Interface
com.tick42.glue.desktop.intents.IntentResult
Packages that use IntentResult
-
Uses of IntentResult in com.tick42.glue.desktop.intents
Methods in com.tick42.glue.desktop.intents that return types with arguments of type IntentResultModifier and TypeMethodDescriptiondefault CompletionStage<IntentResult<Void>>Intents.raise(IntentRequest request) <T> CompletionStage<IntentResult<T>>Intents.raise(IntentRequest request, ReifiedType<T> returnType) default CompletionStage<IntentResult<Void>>