Package org.apache.pekko.stream.scaladsl
Interface UnzipWithApply.UnzipWithCreator2<In,A1,A2>
- All Superinterfaces:
UnzipWithApply.UnzipWithCreator<In,scala.Tuple2<A1, A2>, UnzipWith2<In, A1, A2>>
- All Known Implementing Classes:
UnzipWithApply.UnzipWithCreatorObject2$
- Enclosing interface:
- UnzipWithApply
public static interface UnzipWithApply.UnzipWithCreator2<In,A1,A2>
extends UnzipWithApply.UnzipWithCreator<In,scala.Tuple2<A1,A2>,UnzipWith2<In,A1,A2>>
-
Method Summary
-
Method Details
-
create
- Specified by:
createin interfaceUnzipWithApply.UnzipWithCreator<In,A1, A2>
-