Skip to content
  • Kenneth Moreland's avatar
    Add ability to zip function interface objects. · b78688f4
    Kenneth Moreland authored
    The zip capability allows you to parameter-wise combine two
    FunctionInterface objects. The result is another FunctionInterface with
    each parameter a Pair containing the respective values of the two
    inputs.
    
    Being able to zip allows you to do transforms and invokes on data that
    is divided among multiple function interface objects.
    b78688f4