felix
//code #0 selector?.onClick(event) ?: throw ItemSelectorNotFound() //code #1 if (selector != null) { if (selector.onClick(event) == null) { throw ItemSelectorNotFound() } }