open operator override fun invoke(target: T, args: Array<Any?> = emptyArray<Any?>()): Mono<List<D>>
Invokes the function on the specified target object with the given arguments. Uses FastInvoke.safeInvoke for proper exception handling and performance.