Packages

trait TransformerPipelineSupport extends AnyRef

Source
TransformerPipelineSupport.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TransformerPipelineSupport
  2. AnyRef
  3. Any
Implicitly
  1. by WithTransformation
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class WithTransformation[A] extends AnyRef
  2. implicit class WithTransformerConcatenation[A, B] extends (A) => B

Value Members

  1. def logValue[T](logFun: (T) => Unit): (T) => T
  2. def logValue[T](log: LoggingAdapter, level: LogLevel = Logging.DebugLevel): (T) => T
  3. def ~>[B](f: (TransformerPipelineSupport) => B): B
    Implicit
    This member is added by an implicit conversion from TransformerPipelineSupport toTransformerPipelineSupport.WithTransformation[TransformerPipelineSupport] performed by method WithTransformation in akka.http.scaladsl.client.TransformerPipelineSupport.
    Definition Classes
    WithTransformation