wrap<T> static method
Implementation
static KeyedDecoder wrap<T>(MappedDecoder decoder) {
return CompatKeyedDecoder._(decoder);
}
static KeyedDecoder wrap<T>(MappedDecoder decoder) {
return CompatKeyedDecoder._(decoder);
}