BooleanArray (original) (raw)

Returns a list of pairs built from the elements of this array and the other array with the same index. The returned list has length of the shortest collection.

Returns a list of pairs built from the elements of this collection and other array with the same index. The returned list has length of the shortest collection.

Returns a list of values built from the elements of this array and the other array with the same index using the provided transform function applied to each pair of elements. The returned list has length of the shortest collection.

Returns a list of values built from the elements of this array and the other array with the same index using the provided transform function applied to each pair of elements. The returned list has length of the shortest array.

Returns a list of values built from the elements of this array and the other collection with the same index using the provided transform function applied to each pair of elements. The returned list has length of the shortest collection.