T - The type of the argument.public class WriteLine<T> extends java.lang.Object implements IAction1Arg<T>
| Constructor and Description |
|---|
WriteLine(java.io.PrintStream output)
Constructs a WriteLine function object from a specified PrintStream.
|
public WriteLine(java.io.PrintStream output)
output - A PrintStream object to write to.public void Call(T arg)
Call in interface IAction1Arg<T>arg - The object to be written to the stream.Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.