lazyMethod

inline fun <T> lazyMethod(methodName: String? = null): LazyMethod<Any>

A lazy method delegate designed to improve the performance in method reflection.

Parameters

methodName

The name of the method.