Interface UnzipWithApply.UnzipWithCreator<In,​Out,​T>

    • Method Detail

      • create

        T create​(scala.Function1<In,​Out> unzipper)