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

au.gov.amsa.streams.Ob Maven / Gradle / Ivy

There is a newer version: 0.6.19
Show newest version
package au.gov.amsa.streams;

import rx.Observable;

public class Ob {

	// TODO move this class to rxjava-extras

	public static  Observable justOne(T t) {
		return Observable.create(new OnSubscribeJustOneWithBackpressure(t));
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy