This handles empty predicates properly if used with an or or and operator.
While using certain predicates without any additional logic with the Twitter API is forbidden, the current API does not correctly prevent that as it is a static method. A better way would be to make that an operator of a non-empty predicate but there isn't an easy way to do that. This commit removes this limitation.
This handles empty predicates properly if used with an
or
orand
operator.While using certain predicates without any additional logic with the Twitter API is forbidden, the current API does not correctly prevent that as it is a
static
method. A better way would be to make that an operator of a non-empty predicate but there isn't an easy way to do that. This commit removes this limitation.See #433