Package akka.stream.scaladsl
Interface UnzipWithApply.UnzipWithCreator<In,Out,T>
-
- All Known Subinterfaces:
UnzipWithApply.UnzipWithCreator10<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10>,UnzipWithApply.UnzipWithCreator11<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11>,UnzipWithApply.UnzipWithCreator12<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12>,UnzipWithApply.UnzipWithCreator13<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13>,UnzipWithApply.UnzipWithCreator14<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14>,UnzipWithApply.UnzipWithCreator15<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15>,UnzipWithApply.UnzipWithCreator16<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16>,UnzipWithApply.UnzipWithCreator17<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17>,UnzipWithApply.UnzipWithCreator18<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18>,UnzipWithApply.UnzipWithCreator19<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19>,UnzipWithApply.UnzipWithCreator2<In,A1,A2>,UnzipWithApply.UnzipWithCreator20<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20>,UnzipWithApply.UnzipWithCreator21<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21>,UnzipWithApply.UnzipWithCreator22<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21,A22>,UnzipWithApply.UnzipWithCreator3<In,A1,A2,A3>,UnzipWithApply.UnzipWithCreator4<In,A1,A2,A3,A4>,UnzipWithApply.UnzipWithCreator5<In,A1,A2,A3,A4,A5>,UnzipWithApply.UnzipWithCreator6<In,A1,A2,A3,A4,A5,A6>,UnzipWithApply.UnzipWithCreator7<In,A1,A2,A3,A4,A5,A6,A7>,UnzipWithApply.UnzipWithCreator8<In,A1,A2,A3,A4,A5,A6,A7,A8>,UnzipWithApply.UnzipWithCreator9<In,A1,A2,A3,A4,A5,A6,A7,A8,A9>
- All Known Implementing Classes:
UnzipWithApply.UnzipWithCreatorObject10$,UnzipWithApply.UnzipWithCreatorObject11$,UnzipWithApply.UnzipWithCreatorObject12$,UnzipWithApply.UnzipWithCreatorObject13$,UnzipWithApply.UnzipWithCreatorObject14$,UnzipWithApply.UnzipWithCreatorObject15$,UnzipWithApply.UnzipWithCreatorObject16$,UnzipWithApply.UnzipWithCreatorObject17$,UnzipWithApply.UnzipWithCreatorObject18$,UnzipWithApply.UnzipWithCreatorObject19$,UnzipWithApply.UnzipWithCreatorObject2$,UnzipWithApply.UnzipWithCreatorObject20$,UnzipWithApply.UnzipWithCreatorObject21$,UnzipWithApply.UnzipWithCreatorObject22$,UnzipWithApply.UnzipWithCreatorObject3$,UnzipWithApply.UnzipWithCreatorObject4$,UnzipWithApply.UnzipWithCreatorObject5$,UnzipWithApply.UnzipWithCreatorObject6$,UnzipWithApply.UnzipWithCreatorObject7$,UnzipWithApply.UnzipWithCreatorObject8$,UnzipWithApply.UnzipWithCreatorObject9$
- Enclosing interface:
- UnzipWithApply
public static interface UnzipWithApply.UnzipWithCreator<In,Out,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate(scala.Function1<In,Out> unzipper)
-