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

com.kenshoo.pl.entity.CommandToValuesStrategy Maven / Gradle / Ivy

package com.kenshoo.pl.entity;

import java.util.Collection;

public interface CommandToValuesStrategy> {

    Object[] getValues(Collection> fields, EntityChange cmd);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy