private val transformer: (List<U>) -> T
callable, to transform the DHT's response type to the method's return type
Note: when the response is null, the transformer is skipped (onNotFound
will be called)
transformer
- callable, to transform the DHT's response type to the method's return type
Note: when the response is null, the transformer is skipped (onNotFound
will be called)