Packages

abstract class TildeBangArrow[A, B] extends AnyRef

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

Instance Constructors

  1. new TildeBangArrow()

Type Members

  1. abstract type Out

Abstract Value Members

  1. abstract def apply(request: HttpRequest, f: (A) => B): Out

Shadowed Implicit Value Members

  1. def ~>[B](f: ((RouteTest.this)#TildeBangArrow[A, B]) => B): B
    Implicit
    This member is added by an implicit conversion from (RouteTest.this)#TildeBangArrow[A, B] toclient.RequestBuilding.WithTransformation[(RouteTest.this)#TildeBangArrow[A, B]] performed by method WithTransformation in akka.http.scaladsl.client.TransformerPipelineSupport.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (tildeBangArrow: client.RequestBuilding.WithTransformation[(RouteTest.this)#TildeBangArrow[A, B]]).~>(f)
    Definition Classes
    WithTransformation
  2. def ~>[B](f: ((RouteTest.this)#TildeBangArrow[A, B]) => B): B
    Implicit
    This member is added by an implicit conversion from (RouteTest.this)#TildeBangArrow[A, B] toclient.TransformerPipelineSupport.WithTransformation[(RouteTest.this)#TildeBangArrow[A, B]] performed by method WithTransformation in akka.http.scaladsl.client.TransformerPipelineSupport.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (tildeBangArrow: client.TransformerPipelineSupport.WithTransformation[(RouteTest.this)#TildeBangArrow[A, B]]).~>(f)
    Definition Classes
    WithTransformation