| Package | Description |
|---|---|
| com.github.dakusui.scriptunit.drivers | |
| com.github.dakusui.scriptunit.model |
| Modifier and Type | Method and Description |
|---|---|
<T extends Stage> |
Arith.add(Func<T,Number>... numbers) |
<T extends Stage> |
Predicates.always() |
<T extends Stage> |
Predicates.and(Func<T,Boolean>... predicates) |
<T extends Stage,U> |
Predicates.compare(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage> |
Predicates.cond(Func<T,Boolean> cond,
Func<T,Boolean> then) |
<T extends Stage,E> |
Collections.containedBy(Func<T,Iterable<E>> iterable) |
<T extends Stage> |
Arith.div(Func<T,Number>... numbers) |
<T extends Stage> |
Strings.endsWith(Func<T,String> str,
Func<T,String> a) |
<T extends Stage,U> |
Predicates.eq(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,U> |
Predicates.equals(Func<T,U> a,
Func<T,U> b) |
<T extends Stage,E> |
Collections.filter(Func<T,Iterable<? extends E>> iterable,
Func<T,Func<? super E,Boolean>> predicate) |
<T extends Stage,U> |
Predicates.ge(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,U> |
Predicates.gt(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,U> |
Predicates.le(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage> |
Strings.length(Func<T,String> str) |
<T extends Stage,U> |
Predicates.lt(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage> |
Strings.matches(Func<T,String> str,
Func<T,String> regex) |
<T extends Stage> |
Arith.mul(Func<T,Number>... numbers) |
<T extends Stage> |
Predicates.not(Func<T,Boolean> predicate) |
<T extends Stage> |
Predicates.or(Func<T,Boolean>... predicates) |
<T extends Stage,E> |
Basic.quote(Func<T,?>... values) |
<T extends Stage> |
Service.request() |
<T extends Stage> |
Service.response() |
<T extends Stage,E> |
Collections.size(Func<T,Iterable<? extends E>> iterable) |
<T extends Stage> |
Strings.startsWith(Func<T,String> str,
Func<T,String> a) |
<T extends Stage> |
Arith.sub(Func<T,Number>... numbers) |
<T extends Stage> |
Strings.substr(Func<T,String> str,
Func<T,Integer> begin,
Func<T,Integer> end) |
<T extends Stage,E> |
Basic.value(Func<T,String> entryName,
Func<T,?> target)
Returns a function to invoke a method of a specified name.
|
<T extends Stage> |
Service.with(Func<T,Map<String,Object>> values,
Func<T,REQUEST> request) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Stage,E> |
Collections.containedBy(Func<T,Iterable<E>> iterable) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Stage> |
Arith.add(Func<T,Number>... numbers) |
<T extends Stage> |
Predicates.and(Func<T,Boolean>... predicates) |
<T extends Stage,E> |
Basic.attr(Func<T,String> attr)
Returns a function to access an attribute value in a test fixture.
|
<T extends Stage,U> |
Predicates.compare(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,U> |
Predicates.compare(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage> |
Predicates.cond(Func<T,Boolean> cond,
Func<T,Boolean> then) |
<T extends Stage> |
Predicates.cond(Func<T,Boolean> cond,
Func<T,Boolean> then) |
<T extends Stage,E> |
Collections.containedBy(Func<T,Iterable<E>> iterable) |
<T extends Stage> |
Arith.div(Func<T,Number>... numbers) |
<T extends Stage> |
Strings.endsWith(Func<T,String> str,
Func<T,String> a) |
<T extends Stage> |
Strings.endsWith(Func<T,String> str,
Func<T,String> a) |
<T extends Stage,U> |
Predicates.eq(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,U> |
Predicates.eq(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,U> |
Predicates.equals(Func<T,U> a,
Func<T,U> b) |
<T extends Stage,U> |
Predicates.equals(Func<T,U> a,
Func<T,U> b) |
<T extends Stage,E> |
Collections.filter(Func<T,Iterable<? extends E>> iterable,
Func<T,Func<? super E,Boolean>> predicate) |
<T extends Stage,E> |
Collections.filter(Func<T,Iterable<? extends E>> iterable,
Func<T,Func<? super E,Boolean>> predicate) |
<T extends Stage,U> |
Predicates.ge(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,U> |
Predicates.ge(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,U> |
Predicates.gt(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,U> |
Predicates.gt(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,U> |
Predicates.le(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,U> |
Predicates.le(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage> |
Strings.length(Func<T,String> str) |
<T extends Stage,U> |
Predicates.lt(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,U> |
Predicates.lt(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage> |
Strings.matches(Func<T,String> str,
Func<T,String> regex) |
<T extends Stage> |
Strings.matches(Func<T,String> str,
Func<T,String> regex) |
<T extends Stage> |
Arith.mul(Func<T,Number>... numbers) |
<T extends Stage> |
Predicates.not(Func<T,Boolean> predicate) |
<T extends Stage> |
Predicates.or(Func<T,Boolean>... predicates) |
<T extends Stage,E> |
Basic.quote(Func<T,?>... values) |
<T extends Stage> |
Service.service(Func<T,REQUEST> request) |
<T extends Stage,E> |
Collections.size(Func<T,Iterable<? extends E>> iterable) |
<T extends Stage> |
Strings.startsWith(Func<T,String> str,
Func<T,String> a) |
<T extends Stage> |
Strings.startsWith(Func<T,String> str,
Func<T,String> a) |
<T extends Stage> |
Arith.sub(Func<T,Number>... numbers) |
<T extends Stage> |
Strings.substr(Func<T,String> str,
Func<T,Integer> begin,
Func<T,Integer> end) |
<T extends Stage> |
Strings.substr(Func<T,String> str,
Func<T,Integer> begin,
Func<T,Integer> end) |
<T extends Stage> |
Strings.substr(Func<T,String> str,
Func<T,Integer> begin,
Func<T,Integer> end) |
<T extends Stage,E> |
Basic.value(Func<T,String> entryName,
Func<T,?> target)
Returns a function to invoke a method of a specified name.
|
<T extends Stage,E> |
Basic.value(Func<T,String> entryName,
Func<T,?> target)
Returns a function to invoke a method of a specified name.
|
<T extends Stage> |
Service.with(Func<T,Map<String,Object>> values,
Func<T,REQUEST> request) |
<T extends Stage> |
Service.with(Func<T,Map<String,Object>> values,
Func<T,REQUEST> request) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Stage,E> |
Collections.filter(Func<T,Iterable<? extends E>> iterable,
Func<T,Func<? super E,Boolean>> predicate) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Func.Accessor<I,O> |
static interface |
Func.Const<O>
An interface that represents a constant.
|
static interface |
Func.Memoized<I,O> |
Copyright © 2017. All rights reserved.