static SharedChannelInputInt[] |
Channel.getInputArray(Any2AnyChannelInt[] c) |
This extracts the input-ends from the given channel array.
|
static SharedChannelInputInt[] |
Channel.getInputArray(One2AnyChannelInt[] c) |
This extracts the input-ends from the given channel array.
|
static SharedChannelInputInt[] |
ChannelInt.getInputArray(Any2AnyChannelInt[] c) |
Deprecated.
Constructs and returns an array of input channel ends, each of which can be shared by multiple
concurrent readers.
|
static SharedChannelInputInt[] |
ChannelInt.getInputArray(One2AnyChannelInt[] c) |
Deprecated.
Constructs and returns an array of input channel ends, each of which can be shared by multiple
concurrent readers.
|
SharedChannelInputInt |
Any2AnyChannelInt.in() |
Returns the input channel end.
|
SharedChannelInputInt |
Any2AnyIntImpl.in() |
|
SharedChannelInputInt |
One2AnyChannelInt.in() |
Returns the input end of the channel.
|
SharedChannelInputInt |
One2AnyIntImpl.in() |
|