map

fun <A, B> BleDecoder<A>.map(transform: (A) -> B): BleDecoder<B>

Transform the output of this decoder.


fun <A, B> BleDataDecoder<A>.map(transform: (A) -> B): BleDataDecoder<B>

Transform the output of this BleData decoder.