check('test')
      .on(x => x === 'test', on)
      .on(x => x === 'non-test', on)
      .on(x => x === 'invalid', on)
      .otherwise(otherwise)