Returns true when this is a Right and test passes.
true
test
bool exists(bool Function(R right) test) => fold((left) => false, test);