Performs a bind operation and returns a new instance.
Result<T, E> operator >>( Result<T, E> Function(T) transform, ) => bind(transform);