Flat maps this effect with another effect
Effect<B, E2, R2> flatMap<B, E2, R2>( Effect<B, E2, R2> Function(A) f, ) => _FlatMap(this, f);