Class Unzip


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

      Constructors 
      Constructor Description
      Unzip()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <A,​B>
      Graph<FanOutShape2<Pair<A,​B>,​A,​B>,​NotUsed>
      create()  
      static <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.
      • Methods inherited from class java.lang.Object

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

      • Unzip

        public Unzip()
    • Method Detail

      • create

        public static <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)