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

ai.promoted.delivery.client.ApplyTreatmentChecker Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
/*
 * 
 */
package ai.promoted.delivery.client;

import ai.promoted.proto.event.CohortMembership;

public interface ApplyTreatmentChecker {
  boolean shouldApplyTreatment(CohortMembership cohortMembership);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy