AtomicBoolean

kyo.AtomicBoolean
final class AtomicBoolean extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def cas(curr: Boolean, next: Boolean): Boolean < IOs
def get: Boolean < IOs
def getAndSet(v: Boolean): Boolean < IOs
def lazySet(v: Boolean): Unit < IOs
def set(v: Boolean): Unit < IOs
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any