KpaPrimitive
Represents a leaf value (string, number, boolean, or null) in an adapter-neutral way.
Typed accessors (isString, isBoolean, isNumber, isNull, stringOrNull, booleanOrNull, doubleOrNull, longOrNull) allow callers to inspect and unwrap the value without depending on a concrete adapter type. Use renderedString to obtain a human-readable representation.
Inheritors
Properties
Functions
Link copied to clipboard
Returns a human-readable string form of this primitive's value.
Link copied to clipboard
Unwraps this KpaElement to its native backing value of type B, or throws if this element is not a BackedKpaElement whose backing is of type B.