Packages

implicit class WithTransformerConcatenation[A, B] extends (A) => B

Source
TransformerPipelineSupport.scala
Linear Supertypes
(A) => B, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithTransformerConcatenation
  2. Function1
  3. AnyRef
  4. Any
Implicitly
  1. by UnliftOps
  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 WithTransformerConcatenation(f: (A) => B)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from WithTransformerConcatenation[A, B] toany2stringadd[WithTransformerConcatenation[A, B]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (WithTransformerConcatenation[A, B], B)
    Implicit
    This member is added by an implicit conversion from WithTransformerConcatenation[A, B] toArrowAssoc[WithTransformerConcatenation[A, B]] performed by method ArrowAssoc in scala.Predef.This conversion will take place only if B is a subclass of Option[Nothing] (B <: Option[Nothing]).
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def andThen[A](g: (B) => A): (A) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. def apply(input: A): B
    Definition Classes
    WithTransformerConcatenation → Function1
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def compose[A](g: (A) => A): (A) => B
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  11. def ensuring(cond: (WithTransformerConcatenation[A, B]) => Boolean, msg: => Any): WithTransformerConcatenation[A, B]
    Implicit
    This member is added by an implicit conversion from WithTransformerConcatenation[A, B] toEnsuring[WithTransformerConcatenation[A, B]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (WithTransformerConcatenation[A, B]) => Boolean): WithTransformerConcatenation[A, B]
    Implicit
    This member is added by an implicit conversion from WithTransformerConcatenation[A, B] toEnsuring[WithTransformerConcatenation[A, B]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: => Any): WithTransformerConcatenation[A, B]
    Implicit
    This member is added by an implicit conversion from WithTransformerConcatenation[A, B] toEnsuring[WithTransformerConcatenation[A, B]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): WithTransformerConcatenation[A, B]
    Implicit
    This member is added by an implicit conversion from WithTransformerConcatenation[A, B] toEnsuring[WithTransformerConcatenation[A, B]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  26. def unlift: PartialFunction[A, B]
    Implicit
    This member is added by an implicit conversion from WithTransformerConcatenation[A, B] toUnliftOps[A, B] performed by method UnliftOps in scala.Function1.This conversion will take place only if B is a subclass of Option[B] (B <: Option[B]).
    Definition Classes
    UnliftOps
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. def ~>[AA, BB, R](g: (AA) => BB)(implicit aux: TransformerAux[A, B, AA, BB, R]): WithTransformerConcatenation[A, R]

Shadowed Implicit Value Members

  1. def ~>[B](f: (WithTransformerConcatenation[A, B]) => B): B
    Implicit
    This member is added by an implicit conversion from WithTransformerConcatenation[A, B] toTransformerPipelineSupport.WithTransformation[WithTransformerConcatenation[A, B]] performed by method WithTransformation in akka.http.scaladsl.client.TransformerPipelineSupport.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (withTransformerConcatenation: TransformerPipelineSupport.WithTransformation[WithTransformerConcatenation[A, B]]).~>(f)
    Definition Classes
    WithTransformation

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from WithTransformerConcatenation[A, B] toStringFormat[WithTransformerConcatenation[A, B]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (WithTransformerConcatenation[A, B], B)
    Implicit
    This member is added by an implicit conversion from WithTransformerConcatenation[A, B] toArrowAssoc[WithTransformerConcatenation[A, B]] performed by method ArrowAssoc in scala.Predef.This conversion will take place only if B is a subclass of Option[Nothing] (B <: Option[Nothing]).
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from (A) => B

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion UnliftOps fromWithTransformerConcatenation[A, B] to UnliftOps[A, B]

Inherited by implicit conversion WithTransformation fromWithTransformerConcatenation[A, B] to TransformerPipelineSupport.WithTransformation[WithTransformerConcatenation[A, B]]

Inherited by implicit conversion any2stringadd fromWithTransformerConcatenation[A, B] to any2stringadd[WithTransformerConcatenation[A, B]]

Inherited by implicit conversion StringFormat fromWithTransformerConcatenation[A, B] to StringFormat[WithTransformerConcatenation[A, B]]

Inherited by implicit conversion Ensuring fromWithTransformerConcatenation[A, B] to Ensuring[WithTransformerConcatenation[A, B]]

Inherited by implicit conversion ArrowAssoc fromWithTransformerConcatenation[A, B] to ArrowAssoc[WithTransformerConcatenation[A, B]]

Ungrouped