| AtomicBoolean Type Conversions |
| Name | Description | |
|---|---|---|
| (Boolean to AtomicBoolean) |
Implicit conversion operator = allows us to cast any bool directly into a AtomicBoolean instance.
| |
| (AtomicBoolean to Boolean) |
Implicit conversion operator = automatically casts the AtomicBoolean to a Boolean |