将此对象与 other 熔接。
other
使用结果转换器进行编码与先使用 this 进行转换,然后再使用 other 进行转换是等价的。
this
external Converter<List<int>, T> fuse<T>(Converter<String, T> next);