K
- The type of key.S
- The type of state.@FunctionalInterface public interface KeyedStateFunction<K,S extends State>
Modifier and Type | Method and Description |
---|---|
void |
process(K key,
S state)
The actual method to be applied on each of the states.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.