Modifier and Type | Field | Description |
---|---|---|
static JsBool |
JsBool.FALSE |
The singleton false value.
|
static JsBool |
JsBool.TRUE |
The singleton true value.
|
Modifier and Type | Method | Description |
---|---|---|
default JsBool |
JsElem.asJsBool() |
|
JsBool |
JsBool.negate() |
Negates this json boolean (implementation of ! operator).
|
static JsBool |
JsBool.of(boolean b) |
Static factory method to create a JsBool from a boolean primitive type.
|
Copyright © 2019. All rights reserved.