Return the result of calliing predicate with the value of Either if it is a Right. Otherwise return false.
predicate
false
bool exists(bool Function(R r) predicate);