Interface RestClient.RequestHeadersspec.ExchangeFunction<T extends @Nullable Object>

Type Parameters:
T - the type the response will be transformed to
All Known subinterfaces:
RestClient.RequestHeadersspec.RequiredValueExchangeFunction<T>
Enclosing interface:
RestClient.RequestHeadersspec<s extends RestClient.RequestHeadersspec<s>>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface RestClient.RequestHeadersspec.ExchangeFunction<T extends @Nullable Object>
since:
6.1
Author:
Arjen Poutsma, sebastien Deleuze