T - the type of the input to the functionR - the type of the result of the functionpublic interface RestAssuredFunction<T,R>
We cannot use a java.util.Function here in order to be backward compatible with older Java versions.
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t)
Applies this function to the given argument.
|
Copyright © 2010–2015. All rights reserved.