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

js.util.function.StringKeyPredicate Maven / Gradle / Ivy

package js.util.function;

import js.lang.Any;
import org.teavm.jso.JSFunctor;
import org.teavm.jso.JSObject;


@JSFunctor
@FunctionalInterface
public interface StringKeyPredicate extends JSObject {
    boolean test(T value, String key, A parent);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy