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

js.lang.Symbol Maven / Gradle / Ivy

package js.lang;

/**
 * The interface Symbol.
 */
public interface Symbol extends Any {
    /**
     * Returns a string representation of an object.
     */
    String toString();

	/**
	 * Returns the primitive value of the specified object.
	 *
	 * @return the symbol
	 */
	Symbol valueOf();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy