differ-core / com.differ.differcore.render / Renderer / attributeValue

attributeValue

abstract fun attributeValue(map: Map<*, *>, attribute: String): Any?

Read value of the specified attribute.

Parameters

map - map to look for;

attribute - attribute to find value.

Return
Requested attribute value.