as<A> method

KeyValueCodec<A> as<A>(
  1. Codec<A> codec
)

Implementation

KeyValueCodec<A> as<A>(Codec<A> codec) => KeyValueCodec(this, codec);