public final class PrintAction1<T> extends java.lang.Object implements rx.functions.Action1<T>
PrintAction1(java.lang.String separator, int maxLineLength)
void
call(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PrintAction1(java.lang.String separator, int maxLineLength)
public void call(T value)
call
rx.functions.Action1<T>