![JAR search and dependency download from the Maven repository](/logo.png)
storm.rx.StormDeleteAllRx Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rx Show documentation
Show all versions of rx Show documentation
Android Storm2.0 library
The newest version!
package storm.rx;
import storm.core.StormDeleteAll;
import storm.core.StormObject;
/**
* Created by Dimitry Ivanov on 21.12.2015.
*/
public class StormDeleteAllRx extends StormDeleteAll implements StormRxOp, StormDeleteRxType {
StormDeleteAllRx(StormDeleteAll parent) {
super(parent.storm(), parent.table(), parent.selection(), parent.dispatcher());
}
@Override
public StormDeleteRxStream stream() {
return new StormDeleteRxStream(this);
}
@Override
public StormRx storm() {
return (StormRx) super.storm();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy