return {
    asType: asType.bind(this),
    asString: asType.bind(this, 'S'),
    asNumber: asType.bind(this, 'N')
  };