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