Package | Description |
---|---|
jsonvalues |
json-values is a one-package and zero-dependency library to work with jsons in a declarative and functional way.
|
jsonvalues.gen |
Modifier and Type | Field and Description |
---|---|
static JsBool |
JsBool.FALSE
The singleton false value.
|
static JsBool |
JsBool.TRUE
The singleton true value.
|
Modifier and Type | Method and Description |
---|---|
static JsBool |
JsBool.of(boolean b)
Static factory method to create a JsBool from a boolean primitive type.
|
default JsBool |
JsValue.toJsBool()
Returns this JsValue as a JsBool
|
Modifier and Type | Method and Description |
---|---|
Supplier<JsBool> |
JsBoolGen.apply(Random seed)
Returns a supplier from the specified seed that generates a new JsBool each time it's called
|
static fun.gen.Gen<JsBool> |
JsBoolGen.arbitrary()
Returns a generator produces uniformed distributions of JsBool
|
Copyright © 2022. All rights reserved.