How are Row Level Security Filters evaluated?

Hello,
please, How are the Row Level Security Filters evaluated, if there are more than one row level security filter on Entity (ASAP ERP - Entity Project)? Is there any processing order based on filter name or all of them are evaluated as logical OR or logical AND or differently? It would be great, if the information was added to the Origam documentation Row Level Security Filters

The valid (user is/isn’t in role) row level security filters are collected into the array and then they’re added to resulting SQL command with AND.