const pre = _.chain(this[$$pre])
      .map(factory => factory(this, meta))
      .compact()
      .value();