How to return a named predicates
Hi friends,
I want to build a
Example:
The Issue:
How do I can return those predicates but everyone with a name like properties, let me explain more
depending on the example I provided the use of that result will be like this:
as you will notice that to get every predicate I should use its
I hope the explanation of the issue is clear, please is this even possible, if yes how do I can achieve this ? and massive thanks.
I want to build a
Method that returns a set of PredicatesExample:
The Issue:
How do I can return those predicates but everyone with a name like properties, let me explain more
depending on the example I provided the use of that result will be like this:
as you will notice that to get every predicate I should use its
index, instead of that I want when I got the predicates use their names like this followingI hope the explanation of the issue is clear, please is this even possible, if yes how do I can achieve this ? and massive thanks.