public final class Prefix
Prefixes a user-supplied object to the Object stream flowing through.
Input Channels | ||
---|---|---|
in | java.lang.Object | The in Channel can accept data of any Class. |
Output Channels | ||
out | java.lang.Object | The out Channel sends the the same type of data (in fact, the same data) as is input. |
Constructor and description |
---|
Prefix
(Object o, ChannelInput in, ChannelOutput out) Construct a new Prefix process with the input Channel in and the output Channel out. |
Construct a new Prefix process with the input Channel in and the output Channel out.
o
- the initial Object to be sent down the Channel.in
- the input Channelout
- the output ChannelJCSP for Java 1.8 generated 14-10-2016 by Jon Kerridge, Edinburgh Napier University - j dot kerridge at napier dot ac dot uk