Uses of Record Class
org.springframework.shell.component.view.event.KeyHandler.KeyHandlerResult
Packages that use KeyHandler.KeyHandlerResult
-
Uses of KeyHandler.KeyHandlerResult in org.springframework.shell.component.view.event
Methods in org.springframework.shell.component.view.event that return KeyHandler.KeyHandlerResultModifier and TypeMethodDescriptionKeyHandler.handle(KeyHandler.KeyHandlerArgs args) Handle Key event wrapped in aKeyHandler.KeyHandlerArgs.static KeyHandler.KeyHandlerResultMethod parameters in org.springframework.shell.component.view.event with type arguments of type KeyHandler.KeyHandlerResultModifier and TypeMethodDescriptiondefault KeyHandlerKeyHandler.thenConditionally(KeyHandler other, Predicate<KeyHandler.KeyHandlerResult> predicate) Returns a composed handler that first handlesthishandler and then handlesotherhandler ifpredicateagainst result fromthismatches.