Uses of Class
jsonvalues.JsBool

Packages that use JsBool
Package
Description
json-values is a one-package and zero-dependency library to work with jsons in a declarative and functional way.
 
  • Uses of JsBool in jsonvalues

    Fields in jsonvalues declared as JsBool
    Modifier and Type
    Field
    Description
    static final JsBool
    JsBool.FALSE
    The singleton false value.
    static final JsBool
    JsBool.TRUE
    The singleton true value.
    Methods in jsonvalues that return JsBool
    Modifier and Type
    Method
    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
  • Uses of JsBool in jsonvalues.gen

    Methods in jsonvalues.gen that return types with arguments of type JsBool
    Modifier and Type
    Method
    Description
    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