AtomicService class

Implemented types

Constructors

AtomicService(String _counterName)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAndGet(int value) Future<int?>
override
compareAndSet(int expected, int updated) Future<bool?>
override
decrementAndGet() Future<int?>
override
getAndAdd(int value) Future<int?>
override
getAndDecrement() Future<int?>
override
getAndIncrement() Future<int?>
override
getValue() Future<int?>
override
incrementAndGet() Future<int?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited