in
Creates a Specification that checks if the property's value is in the given value.
Receiver
T – the type of the entity.
P - the type of the property.
Return
A Specification that checks if the property is in the value.
Parameters
value
– the value to check for inclusion (can be a Collection).