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

isFullyRemovedMethod

abstract fun isFullyRemovedMethod(left: Map<String, Any?>, right: Map<String, Any?>, path: String, method: String): Boolean

Check if fully removed method from specified version.

Parameters

left - map with left version;

right - map with right version;

path - path to look for method;

method - method to find.

Return
true if method is fully removed from version, false otherwise.