Trait

akka.stream.scaladsl

ZipWithApply

Related Doc: package scaladsl

Permalink

trait ZipWithApply extends AnyRef

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ZipWithApply to any2stringadd[ZipWithApply] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ZipWithApply, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ZipWithApply to ArrowAssoc[ZipWithApply] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def apply[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, O](zipper: (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20) ⇒ O): ZipWith20[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, O]

    Permalink

    Create a new ZipWith specialized for 20 inputs.

    Create a new ZipWith specialized for 20 inputs.

    zipper

    zipping-function from the input values to the output value

  7. def apply[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, O](zipper: (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19) ⇒ O): ZipWith19[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, O]

    Permalink

    Create a new ZipWith specialized for 19 inputs.

    Create a new ZipWith specialized for 19 inputs.

    zipper

    zipping-function from the input values to the output value

  8. def apply[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, O](zipper: (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18) ⇒ O): ZipWith18[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, O]

    Permalink

    Create a new ZipWith specialized for 18 inputs.

    Create a new ZipWith specialized for 18 inputs.

    zipper

    zipping-function from the input values to the output value

  9. def apply[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, O](zipper: (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17) ⇒ O): ZipWith17[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, O]

    Permalink

    Create a new ZipWith specialized for 17 inputs.

    Create a new ZipWith specialized for 17 inputs.

    zipper

    zipping-function from the input values to the output value

  10. def apply[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, O](zipper: (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16) ⇒ O): ZipWith16[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, O]

    Permalink

    Create a new ZipWith specialized for 16 inputs.

    Create a new ZipWith specialized for 16 inputs.

    zipper

    zipping-function from the input values to the output value

  11. def apply[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O](zipper: (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) ⇒ O): ZipWith15[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O]

    Permalink

    Create a new ZipWith specialized for 15 inputs.

    Create a new ZipWith specialized for 15 inputs.

    zipper

    zipping-function from the input values to the output value

  12. def apply[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, O](zipper: (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14) ⇒ O): ZipWith14[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, O]

    Permalink

    Create a new ZipWith specialized for 14 inputs.

    Create a new ZipWith specialized for 14 inputs.

    zipper

    zipping-function from the input values to the output value

  13. def apply[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, O](zipper: (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13) ⇒ O): ZipWith13[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, O]

    Permalink

    Create a new ZipWith specialized for 13 inputs.

    Create a new ZipWith specialized for 13 inputs.

    zipper

    zipping-function from the input values to the output value

  14. def apply[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, O](zipper: (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12) ⇒ O): ZipWith12[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, O]

    Permalink

    Create a new ZipWith specialized for 12 inputs.

    Create a new ZipWith specialized for 12 inputs.

    zipper

    zipping-function from the input values to the output value

  15. def apply[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, O](zipper: (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11) ⇒ O): ZipWith11[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, O]

    Permalink

    Create a new ZipWith specialized for 11 inputs.

    Create a new ZipWith specialized for 11 inputs.

    zipper

    zipping-function from the input values to the output value

  16. def apply[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, O](zipper: (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) ⇒ O): ZipWith10[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, O]

    Permalink

    Create a new ZipWith specialized for 10 inputs.

    Create a new ZipWith specialized for 10 inputs.

    zipper

    zipping-function from the input values to the output value

  17. def apply[A1, A2, A3, A4, A5, A6, A7, A8, A9, O](zipper: (A1, A2, A3, A4, A5, A6, A7, A8, A9) ⇒ O): ZipWith9[A1, A2, A3, A4, A5, A6, A7, A8, A9, O]

    Permalink

    Create a new ZipWith specialized for 9 inputs.

    Create a new ZipWith specialized for 9 inputs.

    zipper

    zipping-function from the input values to the output value

  18. def apply[A1, A2, A3, A4, A5, A6, A7, A8, O](zipper: (A1, A2, A3, A4, A5, A6, A7, A8) ⇒ O): ZipWith8[A1, A2, A3, A4, A5, A6, A7, A8, O]

    Permalink

    Create a new ZipWith specialized for 8 inputs.

    Create a new ZipWith specialized for 8 inputs.

    zipper

    zipping-function from the input values to the output value

  19. def apply[A1, A2, A3, A4, A5, A6, A7, O](zipper: (A1, A2, A3, A4, A5, A6, A7) ⇒ O): ZipWith7[A1, A2, A3, A4, A5, A6, A7, O]

    Permalink

    Create a new ZipWith specialized for 7 inputs.

    Create a new ZipWith specialized for 7 inputs.

    zipper

    zipping-function from the input values to the output value

  20. def apply[A1, A2, A3, A4, A5, A6, O](zipper: (A1, A2, A3, A4, A5, A6) ⇒ O): ZipWith6[A1, A2, A3, A4, A5, A6, O]

    Permalink

    Create a new ZipWith specialized for 6 inputs.

    Create a new ZipWith specialized for 6 inputs.

    zipper

    zipping-function from the input values to the output value

  21. def apply[A1, A2, A3, A4, A5, O](zipper: (A1, A2, A3, A4, A5) ⇒ O): ZipWith5[A1, A2, A3, A4, A5, O]

    Permalink

    Create a new ZipWith specialized for 5 inputs.

    Create a new ZipWith specialized for 5 inputs.

    zipper

    zipping-function from the input values to the output value

  22. def apply[A1, A2, A3, A4, O](zipper: (A1, A2, A3, A4) ⇒ O): ZipWith4[A1, A2, A3, A4, O]

    Permalink

    Create a new ZipWith specialized for 4 inputs.

    Create a new ZipWith specialized for 4 inputs.

    zipper

    zipping-function from the input values to the output value

  23. def apply[A1, A2, A3, O](zipper: (A1, A2, A3) ⇒ O): ZipWith3[A1, A2, A3, O]

    Permalink

    Create a new ZipWith specialized for 3 inputs.

    Create a new ZipWith specialized for 3 inputs.

    zipper

    zipping-function from the input values to the output value

  24. def apply[A1, A2, O](zipper: (A1, A2) ⇒ O): ZipWith2[A1, A2, O]

    Permalink

    Create a new ZipWith specialized for 2 inputs.

    Create a new ZipWith specialized for 2 inputs.

    zipper

    zipping-function from the input values to the output value

  25. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  26. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  27. def ensuring(cond: (ZipWithApply) ⇒ Boolean, msg: ⇒ Any): ZipWithApply

    Permalink
    Implicit information
    This member is added by an implicit conversion from ZipWithApply to Ensuring[ZipWithApply] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: (ZipWithApply) ⇒ Boolean): ZipWithApply

    Permalink
    Implicit information
    This member is added by an implicit conversion from ZipWithApply to Ensuring[ZipWithApply] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: Boolean, msg: ⇒ Any): ZipWithApply

    Permalink
    Implicit information
    This member is added by an implicit conversion from ZipWithApply to Ensuring[ZipWithApply] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: Boolean): ZipWithApply

    Permalink
    Implicit information
    This member is added by an implicit conversion from ZipWithApply to Ensuring[ZipWithApply] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  33. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ZipWithApply to StringFormat[ZipWithApply] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  34. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  35. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  38. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def [B](y: B): (ZipWithApply, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ZipWithApply to ArrowAssoc[ZipWithApply] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ZipWithApply to any2stringadd[ZipWithApply]

Inherited by implicit conversion StringFormat from ZipWithApply to StringFormat[ZipWithApply]

Inherited by implicit conversion Ensuring from ZipWithApply to Ensuring[ZipWithApply]

Inherited by implicit conversion ArrowAssoc from ZipWithApply to ArrowAssoc[ZipWithApply]

Ungrouped