Interface UnzipWithApply.UnzipWithCreator2<In,A1,A2>

All Superinterfaces:
UnzipWithApply.UnzipWithCreator<In,scala.Tuple2<A1,A2>,UnzipWith2<In,A1,A2>>
All Known Implementing Classes:
UnzipWithApply.UnzipWithCreatorObject2$
Enclosing interface:
UnzipWithApply

public static interface UnzipWithApply.UnzipWithCreator2<In,A1,A2> extends UnzipWithApply.UnzipWithCreator<In,scala.Tuple2<A1,A2>,UnzipWith2<In,A1,A2>>
  • Method Summary

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