Package org.apache.pekko.stream.scaladsl
Interface UnzipWithApply.UnzipWithCreator4<In,A1,A2,A3,A4>
- All Superinterfaces:
UnzipWithApply.UnzipWithCreator<In,scala.Tuple4<A1, A2, A3, A4>, UnzipWith4<In, A1, A2, A3, A4>>
- All Known Implementing Classes:
UnzipWithApply.UnzipWithCreatorObject4$
- Enclosing interface:
- UnzipWithApply
public static interface UnzipWithApply.UnzipWithCreator4<In,A1,A2,A3,A4>
extends UnzipWithApply.UnzipWithCreator<In,scala.Tuple4<A1,A2,A3,A4>,UnzipWith4<In,A1,A2,A3,A4>>
-
Method Summary
-
Method Details
-
create
- Specified by:
createin interfaceUnzipWithApply.UnzipWithCreator<In,A1, A2>
-