Future<T> logMapped<R>(R Function(E e) mapper, {String? prefix}) => then((o) => o.logMapped(mapper, prefix: prefix));