grails.gorm.rx.collection.RxPersistentCollection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grails-datastore-gorm-rx Show documentation
Show all versions of grails-datastore-gorm-rx Show documentation
GORM - Grails Data Access Framework
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