将此对象与other对象合并。
使用结果转换器进行编码等同于先使用this对象编码,然后使用other对象编码。
external Converter<List<int>, T> fuse<T>(Converter<String, T> next);