You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a part of the Rules class interface it will be useufl to have a size/count method which will return how many rules are loaded, I'm happy to do a PR if people agree with the feature.
Thanks,
Des
The text was updated successfully, but these errors were encountered:
This makes sense to me. In fact, I see no straightforward way to get the rules count with the current API as of v4.0. To get the rules count, one needs to iterate over Rules#iterator and count the rules or do something like StreamSupport.stream(rules.spliterator(), false).count(); which are both not convenient.
Hi,
As a part of the Rules class interface it will be useufl to have a size/count method which will return how many rules are loaded, I'm happy to do a PR if people agree with the feature.
Thanks,
Des
The text was updated successfully, but these errors were encountered: