KIn
- the type of input keysVIn
- the type of input valuesKOut
- the type of output keysVOut
- the type of output values@FunctionalInterface public interface ProcessorSupplier<KIn,VIn,KOut,VOut> extends ConnectedStoreProvider
Modifier and Type | Method and Description |
---|---|
Processor<KIn,VIn,KOut,VOut> |
get()
Return a new
Processor instance. |
stores