public class Squares
Generates the Integer stream 1*1, 2*2, 3*3, etc by a somewhat unusual route.
Input Channels | ||
---|---|---|
Output Channels | ||
out | java.lang.Integer | The output will always be of type Integer. |
Constructor and description |
---|
Squares
(ChannelOutput out) Construct a new Squares process with the output Channel out. |
Construct a new Squares process with the output Channel out.
out
- 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