com.darylteo.rx.promises.java.functions.PromiseFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rxjava-promises-java Show documentation
Show all versions of rxjava-promises-java Show documentation
Promises implementation for RxJava - rxjava-promises-java
package com.darylteo.rx.promises.java.functions;
import rx.functions.Func1;
public interface PromiseFunction extends Func1 {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy