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

gwt.mobx.client.JSPredicate Maven / Gradle / Ivy

There is a newer version: 0.5.0
Show newest version
package gwt.mobx.client;

import jsinterop.annotations.JsFunction;

@JsFunction
public interface JSPredicate {
    boolean test();
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy