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

uk.camsw.rxjava.test.dsl.source.ISource Maven / Gradle / Ivy

The newest version!
package uk.camsw.rxjava.test.dsl.source;

import rx.Observable;
import uk.camsw.rxjava.test.dsl.when.IWhen;

public interface ISource {

    WHEN emits(T event);

    WHEN completes();

    WHEN  errors(Throwable t);

    Observable asObservable();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy