Class Zip$


  • public class Zip$
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      Zip$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <A,​B>
      Zip<A,​B>
      apply()
      Create a new Zip.
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • Zip$

        public Zip$()
    • Method Detail

      • apply

        public <A,​B> Zip<A,​B> apply()
        Create a new Zip.