public abstract class BooleanFunction
extends java.lang.Object
Basic functions for type boolean
.
Constructor and Description |
---|
BooleanFunction() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(boolean value)
Return
value converted to string ("true" or "false"). |