public interface TransformerPipelineSupport
Modifier and Type | Interface and Description |
---|---|
static class |
TransformerPipelineSupport.WithTransformation<A> |
static class |
TransformerPipelineSupport.WithTransformerConcatenation<A,B> |
Modifier and Type | Method and Description |
---|---|
<T> scala.Function1<T,T> |
logValue(scala.Function1<T,scala.runtime.BoxedUnit> logFun) |
<T> scala.Function1<T,T> |
logValue(org.apache.pekko.event.LoggingAdapter log,
org.apache.pekko.event.Logging.LogLevel level) |