public class TideResponders extends Object
| Constructor and Description |
|---|
TideResponders() |
| Modifier and Type | Method and Description |
|---|---|
static <T> TideMergeResponder<T> |
mergeWith(T mergeWith)
Create an empty responder which forces the merge of the result with an existing object
|
static <T> TideResponder<T> |
noop()
Create an empty responder which does not implement any operation
|
public TideResponders()
public static <T> TideResponder<T> noop()
T - expected result typepublic static <T> TideMergeResponder<T> mergeWith(T mergeWith)
T - expected result typemergeWith - object to merge the result with