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