Package | Description |
---|---|
com.enremmeta.rtb.api | |
com.enremmeta.rtb.api.expression |
Modifier and Type | Method and Description |
---|---|
protected And<String> |
AdImpl.and(Expression<String>... terms) |
protected And<String> |
AdImpl.and(String... terms) |
Modifier and Type | Method and Description |
---|---|
And<T> |
And.and(Expression<T>... expTerms)
This is for building fluent interfaces.
|
And<T> |
And.and(T... terms)
This is for building fluent interfaces.
|