public class BooleanValue extends Procedure1
| Modifier and Type | Field and Description |
|---|---|
static BooleanValue |
booleanValue |
applyToObjectapplyMethodType, applyToConsumerDefault, applyToConsumerMethod, applyToObjectDefault, applyToObjectMethod, compilerKey, compilerXKey, inlineIfConstantSymbol, validateApplyKey, validateXApplyKeynameKey| Constructor and Description |
|---|
BooleanValue(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply1(java.lang.Object arg) |
static boolean |
booleanValue(java.lang.Object value) |
static boolean |
not(java.lang.Object value) |
apply0, apply2, apply3, apply4, applyN, applyToObject, numArgsapplyL, applyToConsumerDefault, applyToObjectDefault, checkArgCount, checkBadCode, getApplyMethod, getApplyToConsumerMethod, getApplyToObjectMethod, getReturnType, getSetter, getSourceLocation, isSideEffectFree, lookupApplyHandle, maxArgs, maxArgs, minArgs, minArgs, set0, set1, setN, setSetter, setSourceLocation, toStringgetName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbolpublic static final BooleanValue booleanValue
public static boolean booleanValue(java.lang.Object value)
public static boolean not(java.lang.Object value)
public java.lang.Object apply1(java.lang.Object arg)
apply1 in class Procedure1