Returns true when this is a Left or when test passes for the Right value.
true
test
bool all(bool Function(R right) test) => fold((left) => true, test);