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