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.KeyHandlerResult
Method parameters in org.springframework.shell.component.view.event with type arguments of type KeyHandler.KeyHandlerResultModifier and TypeMethodDescriptiondefault KeyHandler
KeyHandler.thenConditionally
(KeyHandler other, Predicate<KeyHandler.KeyHandlerResult> predicate) Returns a composed handler that first handlesthis
handler and then handlesother
handler ifpredicate
against result fromthis
matches.