default <T> ListIterable<BooleanObjectPair<T>> |
BooleanList.zip(Iterable<T> iterable) |
Returns a ListIterable formed from this BooleanList and a ListIterable by
combining corresponding elements in pairs.
|
default <T> ImmutableList<BooleanObjectPair<T>> |
ImmutableBooleanList.zip(Iterable<T> iterable) |
Returns an ImmutableList formed from this ImmutableBooleanList and a ListIterable by
combining corresponding elements in pairs.
|
default <T> MutableList<BooleanObjectPair<T>> |
MutableBooleanList.zip(Iterable<T> list) |
Returns a MutableList formed from this MutableBooleanList and a ListIterable by
combining corresponding elements in pairs.
|