Interface RestResponseFunction<T>

All Superinterfaces:
Function<io.restassured.response.Response,T>

public interface RestResponseFunction<T> extends Function<io.restassured.response.Response,T>