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

com.darylteo.rx.promises.java.functions.PromiseAction Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package com.darylteo.rx.promises.java.functions;

import rx.functions.Action1;

public interface PromiseAction extends Action1 {
}