Class Unzip$


  • public class Unzip$
    extends java.lang.Object
    Creates a new Unzip operator with the specified output types.
    • Field Summary

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

      Constructors 
      Constructor Description
      Unzip$()  
    • Field Detail

      • MODULE$

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

      • Unzip$

        public Unzip$()
    • Method Detail

      • create

        public <A,​B> Graph<FanOutShape2<Pair<A,​B>,​A,​B>,​NotUsed> create​(java.lang.Class<A> left,
                                                                                                     java.lang.Class<B> right)
        Creates a new Unzip operator with the specified output types.
        Parameters:
        left - (undocumented)
        right - (undocumented)
        Returns:
        (undocumented)