T
- type of the valuepublic interface ValueKey<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
ValueKey.BeforeIf<T>
Represents a matching chain which matches a selector key against one or more "case" keys
|
static interface |
ValueKey.BeforeThen<T,TT>
Represents a matching chain in the "then-state"
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
default ValueKey.BeforeIf<T> |
match()
Starts a matching chain using this key as the selector
|
static ValueKey.BeforeIf<java.lang.Object> |
match(java.lang.String name)
Starts a matching chain using the supplied key name as the selector
|
java.lang.String getName()
default ValueKey.BeforeIf<T> match()
static ValueKey.BeforeIf<java.lang.Object> match(java.lang.String name)
name
- name to match