formatCall

abstract fun formatCall(methodName: String, arguments: Array<out Any?>): String(source)

Returns a representation of a method call to a method named methodName with the given arguments.

Return

An lambda containing the logic to build the representation.

Parameters

methodName

The name of the method for which a call with the given arguments should be formatted.

arguments

The arguments of the method call.