@Internal public class CombineContextFactory extends java.lang.Object
Combine.Context based on different inputs.| Constructor and Description |
|---|
CombineContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
static CombineWithContext.Context |
createFromStateContext(StateContext<?> c)
Returns a
Combine.Context that wraps a StateContext. |
static CombineWithContext.Context |
nullContext()
Returns a fake
Combine.Context for tests. |
public static CombineWithContext.Context nullContext()
Combine.Context for tests.public static CombineWithContext.Context createFromStateContext(StateContext<?> c)
Combine.Context that wraps a StateContext.