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

com.shapestone.event.EventItemRepository Maven / Gradle / Ivy

The newest version!
package com.shapestone.event;

import rx.Observable;

import java.util.List;

/**
 * Name: Michael Williams
 * Date: 2/20/17.
 */
public interface EventItemRepository {
  Observable> addEventItems(List eventItems);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy