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