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

    Modifier and Type
    Method
    Description
    create(scala.Function1<In,scala.Tuple4<A1,A2,A3,A4>> unzipper)