abstract fun format(method: KCallable<*>, arguments: Array<out Any?>): () -> String
Returns a lazy representation of the method call to method with the given arguments.
method
- The method for which a call with the given arguments should be formatted.
arguments
- The arguments of the method call.
Return
An lambda containing the logic to build the representation.