Interface TransformerPipelineSupport

All Known Subinterfaces:
RequestBuilding, RouteTest, ScalatestRouteTest, Specs2RouteTest
All Known Implementing Classes:
RequestBuilding$, TransformerPipelineSupport$

public interface TransformerPipelineSupport
  • Method Details

    • logValue

      <T> scala.Function1<T,T> logValue(akka.event.LoggingAdapter log, akka.event.Logging.LogLevel level)
    • logValue

      <T> scala.Function1<T,T> logValue(scala.Function1<T,scala.runtime.BoxedUnit> logFun)