static A focusOnFirstShowVerbose(A a) { ret onFirstComponentShow(a, -> { print("Focusing on first show: " + a); focus(a); }); }