- groovy.concurrent.ChannelSelect.Result
-
public static final class ChannelSelect.Result
extends Object
The result of a select() operation, indicating which
channel produced the value.
- Since:
- 6.0.0
-
-
Methods Summary
Methods
| Type Params |
Return Type |
Name and description |
|
public int |
getIndex() The zero-based index of the channel that produced the value. |
<T> |
public T |
getValue() The received value. |
|
public String |
toString() Returns a diagnostic representation of this selection result. |
-
Inherited Methods Summary
-
-
Method Detail
-
<T> public T getValue()
The received value.
- Summary:
Nested Field Constructor - Method
- | Detail:
Field Constructor - Method
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.