Uses of Record Class
org.microbean.attributes.BooleanValue
-
Uses of BooleanValue in org.microbean.attributes
Classes in org.microbean.attributes that implement interfaces with type arguments of type BooleanValueFields in org.microbean.attributes declared as BooleanValueModifier and TypeFieldDescriptionstatic final BooleanValue
BooleanValue.FALSE
TheBooleanValue
representingfalse
.static final BooleanValue
BooleanValue.TRUE
TheBooleanValue
representingtrue
.Methods in org.microbean.attributes that return BooleanValueModifier and TypeMethodDescriptionstatic final BooleanValue
BooleanValue.of
(boolean b) Returns aBooleanValue
suitable for the supplied arguments.Methods in org.microbean.attributes that return types with arguments of type BooleanValueModifier and TypeMethodDescriptionfinal Optional
<DynamicConstantDesc<BooleanValue>> BooleanValue.describeConstable()
static final ArrayValue
<BooleanValue> ArrayValue.of
(boolean... values) Returns anArrayValue
suitable for the supplied argument.Methods in org.microbean.attributes with parameters of type BooleanValue