checkForPropertyEdge

Checks if an Object is a PropertyEdge or a collection of PropertyEdges

Return

true if obj is/contains a PropertyEdge

Parameters

f

Field containing the object

obj

object that is checked if it is a PropertyEdge


fun checkForPropertyEdge(member: KProperty1<out Node, *>, obj: Any?): Boolean