| 程序包 | 说明 |
|---|---|
| com.bestvike.linq | |
| com.bestvike.linq.enumerable | |
| com.bestvike.tuple |
| 限定符和类型 | 方法和说明 |
|---|---|
default <TSecond> IEnumerable<Tuple2<TSource,TSecond>> |
IEnumerable.zip(IEnumerable<? extends TSecond> second) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <TFirst,TSecond> |
Zip.zip(IEnumerable<TFirst> first,
IEnumerable<TSecond> second) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T1,T2> Tuple2<T1,T2> |
Tuple.create(T1 item1,
T2 item2) |
Copyright © 2019. All Rights Reserved.