translate

fun <K, V> translate(keyMap: (ByteString) -> K, valueMap: (ByteString) -> V): LiveData<Map<K, V?>>