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
Now Joined is a compound predicate that represents a short-circuiting logical AND of all given predicates.
We need some method/inner class for logical OR.
I suggest using static classes:
newJoined.And( ... );
newJoined.Or( ... );
The text was updated successfully, but these errors were encountered:
Now Joined is a compound predicate that represents a short-circuiting logical AND of all given predicates.
We need some method/inner class for logical OR.
I suggest using static classes:
The text was updated successfully, but these errors were encountered: