
org.catools.common.extensions.states.interfaces.CMapState Maven / Gradle / Ivy
package org.catools.common.extensions.states.interfaces;
import java.util.Map;
import java.util.Objects;
import java.util.function.Consumer;
/**
* CMapState is an interface for Map state related methods.
* We need this interface to have possibility of adding state to any exists objects with the minimum change in the code.
*/
public interface CMapState extends CObjectState
© 2015 - 2025 Weber Informatics LLC | Privacy Policy