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

xyz.jsinterop.client.core.JsComparatorFunction Maven / Gradle / Ivy

The newest version!
/*
 * #%L
 * JsInterop.xyz
 * %%
 * Copyright (C) 2015 Norbert Sándor
 * %%
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 * #L%
 */
package xyz.jsinterop.client.core;

import jsinterop.annotations.JsFunction;

@JsFunction
public interface JsComparatorFunction {
	int compare(T a, T b);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy