(defn -valAt ([this key] ((::getter (. this state)) (. this state) key)) ([this key default] (or ((::getter (. this state)) (. this state) key) default)))
Comments top
No comments for -valAt. Log in to add a comment.