T - the source value typepublic final class PrintAction1<T>
extends java.lang.Object
implements rx.functions.Action1<T>
| Constructor and Description |
|---|
PrintAction1(java.lang.String separator,
int maxLineLength)
Constructor, initializes the fields.
|