Package | Description |
---|---|
org.spf4j.concurrent |
Modifier and Type | Method and Description |
---|---|
static <T> UpdateResult<T> |
UpdateResult.same(T object) |
static <T> UpdateResult<T> |
Atomics.update(AtomicReference<T> ar,
UnaryOperator<T> function) |
UpdateResult<T> |
AtomicReferenceExt.update(UnaryOperator<T> function) |
static <T> UpdateResult<T> |
UpdateResult.updated(T object) |
Copyright © 2018 SPF4J. All rights reserved.