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

elemental2.core.JsBoolean Maven / Gradle / Ivy

There is a newer version: 2.27
Show newest version
package elemental2.core;

import jsinterop.annotations.JsMethod;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;

@JsType(isNative = true, name = "Boolean", namespace = JsPackage.GLOBAL)
public class JsBoolean {
  public JsBoolean() {}

  public JsBoolean(Object value) {}

  public native String toSource();

  @JsMethod(name = "toString")
  public native String toString_();

  public native boolean valueOf();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy