Skip to content
New issue

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

Add utilities to convert Boolean to boolean #1123

Closed
sleberknight opened this issue Apr 27, 2024 · 0 comments · Fixed by #1125
Closed

Add utilities to convert Boolean to boolean #1123

sleberknight opened this issue Apr 27, 2024 · 0 comments · Fixed by #1125
Assignees
Labels
new feature A new feature such as a new class, method, package, group of classes, etc.
Milestone

Comments

@sleberknight
Copy link
Member

These can go in a new KiwiBooleans class.

They will:

  • accept a Boolean and return its value, or true if null
  • accept a Boolean and return its value, or false if null
  • accept a Boolean and a default value; return the value, or the default value if null
@sleberknight sleberknight added the new feature A new feature such as a new class, method, package, group of classes, etc. label Apr 27, 2024
@sleberknight sleberknight added this to the 3.4.0 milestone Apr 27, 2024
@sleberknight sleberknight self-assigned this Apr 27, 2024
sleberknight added a commit that referenced this issue Apr 27, 2024
* KiwiBooleans contains methods to convert Boolean into boolean
* KiwiIntegers contains methods to convert Integer to int

Closes #1123
Closes #1124
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature A new feature such as a new class, method, package, group of classes, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant