map: {
        configurable: true,
        value (...f) {
          return this.call('map')(_.pipe(...f));
        }