Interface RestResponseFunction<T>

All Superinterfaces:
java.util.function.Function<io.restassured.response.Response,​T>

public interface RestResponseFunction<T>
extends java.util.function.Function<io.restassured.response.Response,​T>
  • Method Summary

    Methods inherited from interface java.util.function.Function

    andThen, apply, compose