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

com.github.fluorumlabs.disconnect.highcharts.TimeFormatCallbackFunction 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;

/**
 * Function of an additional date format specifier.
 *
 * @param timestamp
 * The time to format.
 *
 * @return The formatted portion of the date.
 *
 */
@JSFunctor
@FunctionalInterface
public interface TimeFormatCallbackFunction extends Any {
  String apply(double timestamp);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy