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

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

The newest version!
package com.shapestone.event;

import rx.Observable;

import java.util.List;

/**
 * Name: Michael Williams
 * Date: 10/22/16.
 */
public interface EventRepository {
  Observable> addEvents(List events);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy