private val transformer: (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.
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.