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 BooleanValueBooleanValue.FALSETheBooleanValuerepresentingfalse.static final BooleanValueBooleanValue.TRUETheBooleanValuerepresentingtrue.Methods in org.microbean.attributes that return BooleanValueModifier and TypeMethodDescriptionstatic final BooleanValueBooleanValue.of(boolean b) Returns aBooleanValuesuitable 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 anArrayValuesuitable for the supplied argument.Methods in org.microbean.attributes with parameters of type BooleanValue