fyve·há 2 anos·discussCharSequence?.isNullOrBlank()In java I can make my own static functionisNullOrBlank(String input)Which works on nulls too, right?It's annoying to have to reference another class - but otherwise it's not much less ergonomic.
fyve·há 4 anos·discussDoes this mean that you're rendering at 1fps, 10fps or something?Is it an artificial limit you put on rendering?Do you have button animations at 30 FPS?
In java I can make my own static function
isNullOrBlank(String input)
Which works on nulls too, right?
It's annoying to have to reference another class - but otherwise it's not much less ergonomic.