All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.khasanof.state.configurer.StateConfigurer Maven / Gradle / Ivy

The newest version!
package org.khasanof.state.configurer;

import java.util.EnumSet;

/**
 * @author Nurislom
 * @see org.khasanof.state
 * @since 10/7/2023 9:00 PM
 */
public interface StateConfigurer {

    /**
     *
     * @param e
     * @return
     */
    StateConfigurer initial(T e);

    /**
     *
     * @param ts
     * @return
     */
    StateConfigurer states(EnumSet ts);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy