<T extends Stage> Func<T,BigDecimal> |
Arith.add(Func<T,Number>... numbers) |
<T extends Stage> Func<T,Boolean> |
Predicates.always() |
<T extends Stage> Func<T,Boolean> |
Predicates.and(Func<T,Boolean>... predicates) |
<T extends Stage,E> Func.Accessor<T,E> |
Core.attr(Func<T,String> attr)
Returns a function to access an attribute value in a test case.
|
<T extends Stage,U> Func<T,Integer> |
Predicates.compare(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,E> Func<T,Func<E,Boolean>> |
Collections.containedBy(Func<T,Iterable<E>> iterable) |
<T extends Stage> Func<T,BigDecimal> |
Arith.div(Func<T,Number>... numbers) |
<T extends Stage> Func<T,Boolean> |
Strings.endsWith(Func<T,String> str,
Func<T,String> a) |
<T extends Stage,U> Func<T,Boolean> |
Predicates.eq(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,U> Func<T,Boolean> |
Predicates.equals(Func<T,U> a,
Func<T,U> b) |
<T extends Stage,E> Func<T,Iterable<? super E>> |
Collections.filter(Func<T,Iterable<? extends E>> iterable,
Func<T,Func<? super E,Boolean>> predicate) |
<T extends Stage,U> Func<T,Boolean> |
Predicates.ge(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,U> Func<T,Boolean> |
Predicates.gt(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage> Func<T,Boolean> |
Predicates.ifthen(Func<T,Boolean> cond,
Func<T,Boolean> then) |
<T extends Stage,U> Func<T,Boolean> |
Predicates.le(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage> Func<T,Integer> |
Strings.length(Func<T,String> str) |
<T extends Stage,U> Func<T,Boolean> |
Predicates.lt(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage> Func<T,Boolean> |
Strings.matches(Func<T,String> str,
Func<T,String> regex) |
<T extends Stage> Func<T,BigDecimal> |
Arith.mul(Func<T,Number>... numbers) |
<T extends Stage> Func<T,Boolean> |
Predicates.not(Func<T,Boolean> predicate) |
<T extends Stage> Func<T,Boolean> |
Predicates.or(Func<T,Boolean>... predicates) |
<T extends Stage> Func<T,List<?>> |
Core.quote(Func<T,?>... values) |
<T extends Stage> Func<T,REQUEST> |
Service.request() |
<T extends Stage> Func<T,RESPONSE> |
Service.response() |
<T extends Stage> Func.Memoized<T,RESPONSE> |
Service.service(Func<T,REQUEST> request) |
<T extends Stage,E> Func<T,Integer> |
Collections.size(Func<T,Iterable<? extends E>> iterable) |
<T extends Stage> Func<T,Boolean> |
Strings.startsWith(Func<T,String> str,
Func<T,String> a) |
<T extends Stage> Func<T,BigDecimal> |
Arith.sub(Func<T,Number>... numbers) |
<T extends Stage> Func<T,String> |
Strings.substr(Func<T,String> str,
Func<T,Integer> begin,
Func<T,Integer> end) |
<T extends Stage,E> Func<T,E> |
Core.value(Func<T,String> entryName,
Func<T,?> target)
Returns a function to invoke a method of a specified name.
|
<T extends Stage> Func<T,REQUEST> |
Service.with(Func<T,Map<String,Object>> values,
Func<T,REQUEST> request) |