Class ZipWithN$

java.lang.Object
org.apache.pekko.stream.scaladsl.ZipWithN$

public class ZipWithN$ extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ZipWithN$
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <A, O> ZipWithN<A,O>
    apply(scala.Function1<scala.collection.immutable.Seq<A>,O> zipper, int n)
    Create a new ZipWithN.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MODULE$

      public static final ZipWithN$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • ZipWithN$

      public ZipWithN$()
  • Method Details

    • apply

      public <A, O> ZipWithN<A,O> apply(scala.Function1<scala.collection.immutable.Seq<A>,O> zipper, int n)
      Create a new ZipWithN.