wrap<T> static method

KeyedDecoder wrap<T>(
  1. MappedDecoder decoder
)

Implementation

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