Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move implemented function list #52

Merged
merged 1 commit into from
Jan 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,21 +112,16 @@ gcfのパフォーマンスは以下の特性を持っています。
- immutable版として、`FromSliceImmutable` も合わせて実装
- `Filter`
- `Map`
- `FlatMap`
- `Concat`
- `Repeat`
- `RepeatIterable`

### 今後提供予定

- `Range`
- from, to, step を指定して順番に値を返す
- 数値型のみ提供予定
- `Reverse`
- コレクションを逆順に返す
- `Distinct`
- コレクションの要素を一意にして返す
- `FlatMap`
- 変換結果がスライスまたはイテレータの場合に一次元のイテレータにして返す

### 今後提供予定

- `Sort`
- コレクションを並べ替える
- `OrderBy`
Expand Down
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,21 +112,16 @@ There are some implementations for which comments have not been described, but w
- Also implemented as an immutable version, `FromSliceImmutable`.
- `Filter`
- `Map`
- `FlatMap`
- `Concat`
- `Repeat`
- `RepeatIterable`

### To Be

- `Range`
- Specify from, to, step and return the values in order
- Only numeric type will be provided
- `Reverse`
- Returns in reverse order
- `Distinct`
- Returns unique elements
- `FlatMap`
- Maps and returns flatten iterator

### To Be

- `Sort`
- Sort collections
- `OrderBy`
Expand Down