Modifier and Type | Method and Description |
---|---|
static BooleanItem |
Parser.parseBoolean(String input)
Implementation of "Parsing a Boolean" (assuming no extra characters left
in input string)
|
static BooleanItem |
BooleanItem.valueOf(boolean value)
Creates a
BooleanItem instance representing the specified
boolean value. |
BooleanItem |
BooleanItem.withParams(Parameters params) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.