interfaces

fun interfaces(recursive: Boolean = false, synthesize: Boolean = false, f: Classes.() -> Unit)(source)

Iterates the interfaces of current class nodes. Includes interfaces of super class. Includes interfaces from all ancestors if recursive is true.