Class ArrayOperators.Zip.ZipBuilder

java.lang.Object
org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip.ZipBuilder
Enclosing class:
ArrayOperators.Zip

public static class ArrayOperators.Zip.ZipBuilder extends Object
  • Method Details

    • zip

      public ArrayOperators.Zip zip(Object... arrays)
      Creates new ArrayOperators.Zip that transposes an array of input arrays so that the first element of the output array would be an array containing, the first element of the first input array, the first element of the second input array, etc.
      Parameters:
      arrays - arrays to zip the referenced one with. must not be null.
      Returns:
      new instance of ArrayOperators.Zip.