Skip to content

Commit

Permalink
Modify readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
timandy committed Dec 18, 2023
1 parent a9cdbb4 commit a31e20d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ In general, the more complex the operation you want to perform on the data, the
- asEnumerable
- average
- cast
- chunk
- concat
- contains
- count
Expand Down Expand Up @@ -148,6 +149,20 @@ In general, the more complex the operation you want to perform on the data, the
- thenBy
- thenByDescending

## API of Index
- fromStart
- fromEnd
- getValue
- isFromEnd
- getOffset

## API of Range
- startAt
- endAt
- getStart
- getEnd
- getOffsetAndLength

## Tuple classes
- Tuple1
- Tuple2
Expand Down
15 changes: 15 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ LINQ 查询与 Stream API 相比也具有一定优势:
- asEnumerable
- average
- cast
- chunk
- concat
- contains
- count
Expand Down Expand Up @@ -148,6 +149,20 @@ LINQ 查询与 Stream API 相比也具有一定优势:
- thenBy
- thenByDescending

## Index 的 API
- fromStart
- fromEnd
- getValue
- isFromEnd
- getOffset

## Range 的 API
- startAt
- endAt
- getStart
- getEnd
- getOffsetAndLength

## 元组类
- Tuple1
- Tuple2
Expand Down

0 comments on commit a31e20d

Please sign in to comment.