LeoColman
04/16/2019, 4:48 PMChar.isDigit
to not have it's opposite Char.isNotDigit
?snowe
04/16/2019, 4:58 PMLeoColman
04/16/2019, 5:05 PMLeoColman
04/16/2019, 5:06 PMilya.gorbunov
04/16/2019, 5:17 PMis*
-function should have isNot*
counterpart, as if there was no !
(not) operator?LeoColman
04/16/2019, 5:18 PMLeoColman
04/16/2019, 5:18 PMLeoColman
04/16/2019, 5:19 PMString.isBlank
, String.isEmpty
,LeoColman
04/16/2019, 5:21 PMList.isEmpty
, Sequenceilya.gorbunov
04/16/2019, 5:21 PMnot
operator is pretty enoughLeoColman
04/16/2019, 5:29 PMnot
operator is always enough... But perhaps it's more expressive to use the not
in the functionLeoColman
04/16/2019, 5:29 PMLeoColman
04/16/2019, 5:30 PMChar.isNotDigit
example?ilya.gorbunov
04/16/2019, 6:27 PM