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

grails.gorm.rx.collection.RxPersistentCollection Maven / Gradle / Ivy

The newest version!
package grails.gorm.rx.collection;

import org.grails.datastore.mapping.collection.PersistentCollection;

import java.io.Serializable;
import java.util.List;

/**
 * Represents a reactive collection
 *
 * @author Graeme Rocher
 * @since 6.0
 */
public interface RxPersistentCollection extends PersistentCollection, ObservableCollection {


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy