public final class WaitResult<T> extends Object
| Constructor and Description |
|---|
WaitResult(List<ObjectRef<T>> ready,
List<ObjectRef<T>> unready) |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectRef<T>> |
getReady()
Get the list of ready objects.
|
List<ObjectRef<T>> |
getUnready()
Get the list of unready objects.
|
Copyright © 2020. All rights reserved.