T
- the parameter type for the key wrappers/un-wrappers we produce.public interface KeyWrapOperatorFactory<T extends Parameters,K extends Key>
Modifier and Type | Method and Description |
---|---|
KeyUnwrapper<T> |
createKeyUnwrapper(K key,
T parameters)
Create a key un-wrapper using the passed in key and parameters.
|
KeyWrapper<T> |
createKeyWrapper(K key,
T parameters)
Create a key wrapper using the passed in key and parameters.
|
KeyWrapper<T> createKeyWrapper(K key, T parameters)
key
- the key to initialize the wrapper with.parameters
- the parameters to initialize the wrapper with.KeyUnwrapper<T> createKeyUnwrapper(K key, T parameters)
key
- the key to initialize the un-wrapper with.parameters
- the parameters to initialize the un-wrapper with.