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

com.github.fluorumlabs.disconnect.highcharts.FormatterCallbackFunction Maven / Gradle / Ivy

There is a newer version: 0.1.0-alpha2
Show newest version
package com.github.fluorumlabs.disconnect.highcharts;

import java.lang.FunctionalInterface;
import java.lang.String;
import js.lang.Any;
import org.teavm.jso.JSFunctor;

/**
 * Formats data as a string. Usually the data is accessible throught the this
 * keyword.
 *
 */
@JSFunctor
@FunctionalInterface
public interface FormatterCallbackFunction extends Any {
  String apply();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy