@PSOperatorWrapper public class DebugOperators extends java.lang.Object
| Constructor and Description |
|---|
DebugOperators() |
| Modifier and Type | Method and Description |
|---|---|
static <Tin> Function<Tin,java.lang.Void> |
debug()
Print the input for debugging.
|
static <T> Function<T,T> |
logAs(java.lang.String logTag)
Log the input and return as original.
|
static <T> Function<T,T> |
logOverSocket(java.lang.String logTag)
Log the input in socket and return as original.
|
public static <Tin> Function<Tin,java.lang.Void> debug()
Tin - the input typepublic static <T> Function<T,T> logAs(java.lang.String logTag)
T - the input/output typelogTag - the log tag to use in loggingpublic static <T> Function<T,T> logOverSocket(java.lang.String logTag)
T - the input/output typelogTag - the log tag to use in logging