We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These can go in a new KiwiBooleans class.
KiwiBooleans
They will:
Boolean
true
null
false
The text was updated successfully, but these errors were encountered:
Add KiwiBooleans and KiwiInteger util classes (#1125)
824b571
* KiwiBooleans contains methods to convert Boolean into boolean * KiwiIntegers contains methods to convert Integer to int Closes #1123 Closes #1124
sleberknight
Successfully merging a pull request may close this issue.
These can go in a new
KiwiBooleans
class.They will:
Boolean
and return its value, ortrue
ifnull
Boolean
and return its value, orfalse
ifnull
Boolean
and a default value; return the value, or the default value ifnull
The text was updated successfully, but these errors were encountered: