Interface RestTestClient.ResponseSpec.ResponseSpecConsumer

All Superinterfaces:
Consumer<RestTestClient.ResponseSpec>
Enclosing interface:
RestTestClient.ResponseSpec
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 RestTestClient.ResponseSpec.ResponseSpecConsumer extends Consumer<RestTestClient.ResponseSpec>
Since:
7.0
Author:
Rob Worsnop, Rossen Stoyanchev
See Also: