
com.github.davidmoten.rx.internal.operators.OperatorUnsubscribeEagerly Maven / Gradle / Ivy
package com.github.davidmoten.rx.internal.operators;
import rx.Observable.Operator;
import rx.Subscriber;
public final class OperatorUnsubscribeEagerly implements Operator {
private OperatorUnsubscribeEagerly() {
// no instantiation outside of this class
}
private static final class Singleton {
private static final OperatorUnsubscribeEagerly> INSTANCE = new OperatorUnsubscribeEagerly
© 2015 - 2025 Weber Informatics LLC | Privacy Policy