Interface BatcherFunc<ArgType, ReturnValueType>

The function used to batch arguments together and return their results.

The returned array size must be the same size as the arguments. If there's an error instead of a return value, an error must be returned for the specified argument.

Type Parameters

  • ArgType
  • ReturnValueType