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

com.netopyr.reduxfx.driver.ActionSupplier Maven / Gradle / Ivy

package com.netopyr.reduxfx.driver;

import org.reactivestreams.Publisher;

public interface ActionSupplier {

    Publisher getActionPublisher();

}